scopewalker mcp for VS Code
io.github.timohaa/scopewalker-mcp
Codebase analysis tools for AI agents: complexity, prop drilling, doc coverage, code smells.
client:VS Code
transport:stdio
runtime:npm
Install scopewalker mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "scopewalker-allowed-roots",
"description": "SCOPEWALKER_ALLOWED_ROOTS",
"password": true
}
],
"servers": {
"scopewalker-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scopewalker-mcp"
],
"env": {
"SCOPEWALKER_ALLOWED_ROOTS": "${input:scopewalker-allowed-roots}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs