scopewalker-mcp

timohaa/scopewalker-mcp
★ 0 stars TypeScript AI/LLM Updated today
Codebase analysis MCP server for AI agents: complexity metrics, size thresholds, prop drilling, and code smell detection built on tree-sitter and tokei.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scopewalker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "timohaa/scopewalker-mcp"
      ]
    }
  }
}

README Excerpt

AI agents will happily create 1000+ line source files and add a 20th parameter to a function call, even if there's a rule file telling them not to. Scopewalker exists to enforce stricter codebase standards. It's a local MCP server (open source, runs over stdio, makes no network calls) that exposes 8 read-only tools:

Tools (8)

check_thresholdsget_code_inventoryget_code_smellsget_complexity_metricsget_documentation_coverageget_functionsget_line_countsget_prop_drilling

Topics

ai-agentscodebase-analysismcpmcp-serverstatic-analysistree-sittertypescript