
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@agentguard47/mcp-server
Advanced tools
MCP server for AgentGuard — query traces, alerts, usage, and costs from AI coding agents
MCP (Model Context Protocol) server that connects AI coding agents to the AgentGuard Read API. Lets agents query their own traces, alerts, costs, and budget status.
| Tool | Description |
|---|---|
query_traces | Search recent traces, filter by service/time range |
get_trace | Get full event tree for a specific trace ID |
get_alerts | Get guard alerts (loops, budget exceeded, errors) |
get_usage | Check event quota usage and plan limits |
get_costs | Get cost breakdown by model for the current month |
check_budget | Quick pass/fail budget health check |
| Variable | Required | Description |
|---|---|---|
AGENTGUARD_API_KEY | Yes | Bearer token for the Read API (ag_...) |
AGENTGUARD_URL | No | API base URL (defaults to production) |
Add to your Claude Code MCP config:
{
"mcpServers": {
"agentguard": {
"command": "node",
"args": ["/path/to/agent47/mcp-server/dist/index.js"],
"env": {
"AGENTGUARD_API_KEY": "ag_your_key_here"
}
}
}
}
npm ci # Install dependencies
npm run build # Compile TypeScript
npm start # Run server (stdio transport)
npm run dev # Watch mode for development
src/index.ts — Server entry point, tool registration (stdio transport)src/client.ts — HTTP client wrapping /api/v1/ endpointssrc/tools.ts — 6 MCP tool definitions and handlersFAQs
Read-only MCP server for coding-agent traces, decision events, alerts, costs, usage, and budget health
The npm package @agentguard47/mcp-server receives a total of 41 weekly downloads. As such, @agentguard47/mcp-server popularity was classified as not popular.
We found that @agentguard47/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.