HomeCloud & Monitoring › agent47

agent47

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

TypeScript Cloud
★ 4 stars Last pushed 2026-09-24 License: MIT

Topics: Monitoring

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.2)

npx -y @agentguard47/mcp-server@0.2.2

Or add to your MCP client config:

{
  "mcpServers": {
    "agent47": {
      "command": "npx",
      "args": [
        "-y",
        "@agentguard47/mcp-server@0.2.2"
      ],
      "env": {
        "AGENTGUARD_API_KEY": "<YOUR_VALUE>",
        "AGENTGUARD_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGENTGUARD_API_KEY required secret — AgentGuard read API key for querying traces, alerts, costs, usage, and savings.
  • AGENTGUARD_URL — Optional AgentGuard API base URL. Defaults to production.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry