debugai mcp for Zed
io.github.1shizaan/debugai-mcp
MCP server for DebugAI. Browser sign-in, auto client setup, no key pasting.
client:Zed
transport:stdio
runtime:npm
Install debugai mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"debugai-mcp": {
"command": "npx",
"args": [
"-y",
"@debugai/mcp"
],
"env": {
"DEBUGAI_API_KEY": "<DEBUGAI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs