Scopewalker MCP server
Codebase analysis tools for AI agents: complexity, prop drilling, doc coverage, code smells.
0 stars280 downloads/wk
Reviews
Write oneNobody has reviewed Scopewalker yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Scopewalker tools (9)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
check_thresholdsFinds files/functions exceeding size thresholds. Use limit to control output.
find_dead_codeFinds declared symbols that nothing references. dead_code is proven unreachable within the scan; unreferenced_exports may be used outside it.
get_code_inventoryLists classes, functions, methods, and exports. Use extensions to filter.
get_code_smellsFinds TODO/FIXME/HACK/BUG markers and unsafe casts in code.
get_complexity_metricsReturns complexity metrics (nesting, params, cognitive, per-function cyclomatic). Use limit/summary_only to control output.
get_documentation_coverageFinds undocumented functions/classes. Use limit/summary_only to control output.
get_functionsReturns function/method info. Use detail=lines for line counts per function.
get_line_countsReturns file line counts (code/blank/comment). Use extensions to filter.
get_prop_drillingDetects parameter threading (prop drilling) by finding parameter names passed through chains of functions. Use limit/summary_only to control output.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan153 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 4 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y scopewalker-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add scopewalker-mcp -- npx -y scopewalker-mcp
Scopewalker: common questions
- Is Scopewalker MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Scopewalker safety report
- How do I install Scopewalker?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Scopewalker need an API key?
- No secret keys are declared. It reads 1 setting from the environment.
- Is Scopewalker maintained?
- The last commit was 5 days ago (2026-09-15). The latest release is v1.3.1.
- What can I use instead of Scopewalker?
- Servers from other publishers that do the same job: pyscn MCP server.
Alternatives to Scopewalker
Same job from other publishers: the closest match first, then the best rated.
- pyscnPython code analysis for AI agents: complexity, dead code, clones, coupling, and a health score.not reviewedEstablishedA