mcpbeat Sign in

Agentguard47 MCP Server

local only

Agentguard47 runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 15 · avg 5 · +44% w/w
a month agotoday
35
Installs / week
npm · @agentguard47/mcp-server
4
Stars
1 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

            subprocess.Popen(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable sdk/agentguard/repo_config.py:60
            normalized_trace = os.path.normpath(os.path.join(config_dir, normalized_trace))
Long encoded blob in source proof/v1.3.1/attestation.json:1
…"bundle":{"mediaType":"application/vnd.dev.sigstore.bundle.v0.3+json","verificationMaterial":{"certificate":{"rawBytes":"MIIG8TCCBnegAwIBAgIUObrZhtSkVaCIYNJYUSPSi2LDia0wCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjYwOTE1MDIzODM…
Dumps the whole environment proof/v1.3.1/installed_smoke.py:11
env = dict(os.environ)
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release-cadence.yml:171
      - name: Create or update release queue issue
        env:
          GH_TOKEN: ${{ github.token }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Agentguard47 and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentguard47 -- npx -y @agentguard47/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentguard47": {
      "args": [
        "-y",
        "@agentguard47/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentguard47]
command = "npx"
args = ["-y", "@agentguard47/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentguard47": {
      "args": [
        "-y",
        "@agentguard47/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentguard47": {
      "args": [
        "-y",
        "@agentguard47/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTGUARD_API_KEY (AgentGuard read API key for querying traces, alerts, costs, usage, and savings.), AGENTGUARD_URL (Optional AgentGuard API base URL. Defaults to production.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentguard47

same job, measured the same way
Lastsaas
by jonradoff

Read-only admin MCP server for LastSaaS — dashboards, users, tenants, billing, logs, health.

local only
Gradient MSP MCP
by servosity

CLI and MCP server for Gradient MSP Synthesize: usage push, billing drift, alert tracing.

local only
entraadm MCP
by shigechika

MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)

77 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Domotz
by wyre-technology

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only
Domotz
by wyre-ai

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only
Blackpoint Cyber
by wyre-ai

MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.

local only
Blackpoint Cyber
by wyre-technology

MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.

local only

Agentguard47 — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentguard47?
Agentguard47 runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @agentguard47/mcp-server was installed 35 times last week.
How do I connect Agentguard47?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @agentguard47/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Agentguard47?
The npm package @agentguard47/mcp-server was installed 35 times in the last week. Week over week that is +44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentguard47 open source?
Yes — it is published under the MIT licence, written in Python, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.