mcpbeat Sign in

Agent Guards MCP Server

local only

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

All six agent guard suites in one local MCP server, with optional cloud intelligence.

Installs per day peak 260 · avg 14
a month agotoday
36
Installs / week
npm · agent-guards
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

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

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.

File ships in the package but is absent from the source [пакет] tools/_schema.js:1, [пакет] engines/code.js:1, [пакет] tools/code.js:1 и ещё 22
этот файл ставится пользователю, но в репозитории его нет
    const r = spawnSync(comspec, ['/d', '/s', '/c', line], {
    out.innerHTML = head + "\n\n" + JSON.stringify(j,null,2);

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

Alternatives to Agent Guards

same job, measured the same way
Agent SEO Engine
by davidmosiah

Agent-first local SEO quality, intent and opportunity engine with CLI and optional MCP server.

132 installs/wk local only
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

940 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
DealWatch
by xiaojiou176-open

Local-first grocery price intelligence with a read-only MCP server.

38 installs/wk local only
Darwin RAG
by brightdotdev

Local-first RAG engine with MCP server for AI agent integration.

345 installs/wk local only
Contract Ops MCP
by drbaher

One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools.

128 installs/wk local only
Steam Local MCP
by jackson-brooks

A Windows Steam MCP server with local client controls and optional Steam Web API insights.

46 installs/wk local only
MCP Gtm Suite
by mambabuilt

11 Mamba Labs account-intelligence MCP tools in one server: identity, signals, ICP. Clay-ready.

176 installs/wk local only

Agent Guards — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Guards?
Agent Guards 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 agent-guards was installed 36 times last week.
How do I connect Agent Guards?
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 agent-guards straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Guards?
The npm package agent-guards was installed 36 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.
Is Agent Guards open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.