stackguide mcp for Zed
io.github.taimiralain/stackguide-mcp
Dynamic context loading for AI assistants with TDD workflow and AST analysis
client:Zed
transport:stdio
runtime:npm
Install stackguide mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stackguide-mcp": {
"command": "npx",
"args": [
"-y",
"@stackguide/mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs