mcpbeat Sign in

agentguard MCP Server

local only

agentguard runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from npm.

MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 82 · avg 3
a month agotoday
90
Installs / week
npm · @agentwares/agentguard
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

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.

Package points at a different repository agentwares/agentguard
пакет @agentwares/agentguard ссылается на agentwares/agentwares

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 agentguard -- npx -y @agentwares/agentguard
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentguard": {
      "args": [
        "-y",
        "@agentwares/agentguard"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentguard]
command = "npx"
args = ["-y", "@agentwares/agentguard"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentguard": {
      "args": [
        "-y",
        "@agentwares/agentguard"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentguard": {
      "args": [
        "-y",
        "@agentwares/agentguard"
      ],
      "command": "npx"
    }
  }
}

Alternatives to agentguard

same job, measured the same way
Cordon for MCP
by marras0914

Cordon for MCP. Security gateway with policy enforcement, audit log, and HITL approvals.

65 installs/wk local only
Marchward
by marchward

Runtime authority for AI agents: credential mediation, spend cap, approval gates, audit log.

68 installs/wk local only
Aegis — AI Agent Governance
by acacian

Policy-based governance for AI agent tool calls. YAML policy, approval gates, audit logging.

488 installs/wk local only
mcp-audit
by firatmio

Transparent audit proxy for MCP servers: logs every tool call, flags poisoning and rug pulls.

31 installs/wk local only
Quill
by manumarri-sudo

Pre-execution gate for AI-agent tool calls. Touch ID approval. Tamper-evident audit log.

85 installs/wk local only
MikroMCP
by alikarami

MCP server for MikroTik RouterOS: typed tools, dry-run, RBAC, audit logs, and rollback.

372 installs/wk local only
Infraveil Agent Guard
by infraveilhq

Gate an AI agent's destructive actions behind human approval, with a tamper-evident log.

55 installs/wk local only
MiniURL
by addychang

OAuth 2.1 short-link tools for AI agents with scoped tokens, approvals, audit logs, and revocation.

24 tools answering

agentguard — questions

Answers built from our own checks of this server.

Why is there no uptime for agentguard?
agentguard 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 @agentwares/agentguard was installed 90 times last week.
Is agentguard still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect agentguard?
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 @agentwares/agentguard straight from npm; nothing to host, nothing to sign up for.
How many people use agentguard?
The npm package @agentwares/agentguard was installed 90 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.