agentguard47 for Grok
io.github.bmdhodl/agentguard47
Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.
client:Grok
transport:stdio
runtime:npm
Install agentguard47 in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentguard47": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentguard47/mcp-server"
],
"env": {
"AGENTGUARD_API_KEY": "<AGENTGUARD_API_KEY>",
"AGENTGUARD_URL": "<AGENTGUARD_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs