io.github.bmdhodl/agentguard47✓
io.github.bmdhodl/agentguard47 · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.bmdhodl/agentguard47",
"description": "MCP server for coding-agent traces, alerts, costs, usage, and budget health.",
"repository": {
"url": "https://github.com/bmdhodl/agent47",
"source": "github"
},
"version": "0.2.1",
"packages": [
{
"registryType": "npm",
"identifier": "@agentguard47/mcp-server",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AgentGuard read API key for querying traces, alerts, costs, usage, and savings.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AGENTGUARD_API_KEY"
},
{
"description": "Optional AgentGuard API base URL. Defaults to production.",
"format": "string",
"name": "AGENTGUARD_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}