Skip to content
Zed

scopewalker mcp for Zed

io.github.timohaa/scopewalker-mcp

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

client:Zed transport:stdio runtime:npm

Install scopewalker mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "scopewalker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scopewalker-mcp"
      ],
      "env": {
        "SCOPEWALKER_ALLOWED_ROOTS": "<SCOPEWALKER_ALLOWED_ROOTS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

scopewalker mcp in other clients