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
{
"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