mcpbeat Sign in

Agent Security MCP Server

local only

Agent Security runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 24 Apr 2026.

Security scanning and threat detection for AI agents

Installs per day peak 15 · avg 6 · -37% w/w
a month agotoday
46
Installs / week
npm · agent-security-mcp
0
Stars
0 open issues
24 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Agent Security 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-security -- npx -y agent-security-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-security": {
      "args": [
        "-y",
        "agent-security-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-security]
command = "npx"
args = ["-y", "agent-security-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-security": {
      "args": [
        "-y",
        "agent-security-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-security": {
      "args": [
        "-y",
        "agent-security-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent Security

same job, measured the same way
Shellward
by jnmetacode

AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.

235 installs/wk local only
I
AgentGraph Trust
by agentgraph-co

Security scanning and trust verification for AI agent tools.

110 installs/wk local only
Arcwall Security
by rom-baro

Security scanning for AI coding tools. Detects secrets, threat models, and runs pre-commit checks.

26 installs/wk local only
Mcpshield
by mcpshield-dev

Security scanner for MCP servers - detects tool poisoning and injection

42 installs/wk local only
Shadowgate MCP
by josephibra

Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

answering
1Claw Vault
by 1clawai

HSM-backed vault secrets for AI agents (JIT fetch) plus prompt-injection and threat scanning.

472 installs/wk local only
Abnormal Security
by wyre-ai

MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.

local only
Abnormal Security
by wyre-technology

MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.

local only

Agent Security — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Security?
Agent Security 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-security-mcp was installed 46 times last week.
How do I connect Agent Security?
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-security-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Security?
The npm package agent-security-mcp was installed 46 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Security open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.