agentguard47 for Zed
io.github.bmdhodl/agentguard47
Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.
client:Zed
transport:stdio
runtime:npm
Install agentguard47 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentguard47": {
"command": "npx",
"args": [
"-y",
"@agentguard47/mcp-server"
],
"env": {
"AGENTGUARD_API_KEY": "<AGENTGUARD_API_KEY>",
"AGENTGUARD_URL": "<AGENTGUARD_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs