MCP Servers / development / Code Scalpel

Code Scalpel

JSON →
stdionone13development

Code Scalpel is an MCP server that upgrades your AI coding agent with surgical, graph-based tools for precise analysis, atomic refactoring, and 99% lower token costs.

Install
How to run this server
[ { "cmd": "uvx codescalpel", "imports": [] } ]
server path: code-scalpel
Tools
What this server exposes
extract_code
Extract specific code elements (functions, classes, methods) from files
analyze_code
Analyze code structure and patterns across multiple languages
get_call_graph
Retrieve call graph for code, Python-first with JS/TS support
get_graph_neighborhood
Get neighborhood of a node in the call graph, Python-first with JS/TS support
get_cross_file_dependencies
Get cross-file dependencies, Python-first
unified_sink_detect
Detect sinks in code across multiple languages
Configuration
Environment & auth
authnone
Resources
Code Scalpel — MCP Server · libregistry