Mmcp.market

Scopewalker MCP server

by timohaa·io.github.timohaa/scopewalker-mcp·v1.3.1

Codebase analysis tools for AI agents: complexity, prop drilling, doc coverage, code smells.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

0 stars280 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • check_thresholds

    Finds files/functions exceeding size thresholds. Use limit to control output.

  • find_dead_code

    Finds declared symbols that nothing references. dead_code is proven unreachable within the scan; unreferenced_exports may be used outside it.

  • get_code_inventory

    Lists classes, functions, methods, and exports. Use extensions to filter.

  • get_code_smells

    Finds TODO/FIXME/HACK/BUG markers and unsafe casts in code.

  • get_complexity_metrics

    Returns complexity metrics (nesting, params, cognitive, per-function cyclomatic). Use limit/summary_only to control output.

  • get_documentation_coverage

    Finds undocumented functions/classes. Use limit/summary_only to control output.

  • get_functions

    Returns function/method info. Use detail=lines for line counts per function.

  • get_line_counts

    Returns file line counts (code/blank/comment). Use extensions to filter.

  • get_prop_drilling

    Detects 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

no findings
  • 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
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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
Add to Cursor

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.

  • pyscn
    Python code analysis for AI agents: complexity, dead code, clones, coupling, and a health score.
    A

More from timohaa