mcp for Zed
io.intencion/mcp
Debug a bad AI-agent run from your editor: which intent fails, at which step, and why.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@intencion/mcp"
],
"env": {
"INTENCION_API_KEY": "<INTENCION_API_KEY>",
"INTENCION_BASE_URL": "<INTENCION_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs