mcpbeat Sign in

Agent Guardrails MCP Server

local only

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

Merge gates and safety checks for AI coding agents via MCP.

Installs per day peak 218 · avg 29 · -44% w/w
a month agotoday
125
Installs / week
npm · agent-guardrails
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Agent Guardrails every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Agent Guardrails

same job, measured the same way
Constraints Registry
by sureshkhemka

Policy-as-code guardrails for AI coding agents, validated via OPA, Conftest, Checkov & Semgrep.

61 installs/wk local only
Stratum MCP
by smartmemory

Structured execution for coding agents: contracts, postconditions, gates, guardrails.

610 installs/wk local only
Memini
by lumayapartners

Local-first project memory and mistake-prevention guardrails for AI coding agents.

54 installs/wk local only
Agentpay Sentinel MCP
by rumblingb

Security guardrails for AI agent payments

local only
VibeRevert
by viberevert

Local MCP server for AI coding safety: risk checks, sessions, checkpoints, and fix prompts.

72 installs/wk local only
Opensanctions MCP
by scka-de

Sanctions screening and PEP checks via OpenSanctions API for AI agents

27 installs/wk local only
Elite Reasoning MCP
by snehgabani

Evidence-gated verification, selection, and measurement MCP for coding agents.

43 installs/wk local only
Agent Guard
by mdfifty50-boop

Constitutional guardrails and loop detection for AI agents

35 installs/wk local only

Agent Guardrails — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Guardrails?
Agent Guardrails 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-guardrails was installed 125 times last week.
How do I connect Agent Guardrails?
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-guardrails straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Guardrails?
The npm package agent-guardrails was installed 125 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.