Odel
scopewalker mcp

scopewalker mcp

Local
@timohaaTypeScriptMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmscopewalker-mcpv1.1.1

Run

npx -y scopewalker-mcp

MCP client config

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