mcpbeat Sign in

Aegis MCP Server

local only

Aegis MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 13 Aug 2026.

Runtime governance enforcement for AI agents. Zero token overhead.

Installs per day peak 31 · avg 11 · -14% w/w
a month agotoday
56
Installs / week
npm · aegis-mcp-server
3
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 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.

    const makeValidate = new Function(`${N.self}`, `${N.scope}`, sourceCode)
Builds a file path from a variable .node_modules/which/which.js:62
    const pCmd = path.join(pathPart, cmd)
Dumps the whole environment .node_modules/debug/src/node.js:124
exports.inspectOpts = Object.keys(process.env).filter(key => {

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

Alternatives to Aegis MCP

same job, measured the same way
Nervous System
by levelsofself

Governance for LLM agents: 7 enforced rules + read-only reference tools. Safe in any MCP client.

66 installs/wk local only
Sentrik
by maxgerhardson

Governance runtime for AI-generated code. Enforce compliance and security standards.

69 installs/wk local only
SpineFrame
by ratnaditya-j

Governance runtime for AI agents with signed provenance, compliance audits, and OSINT.

4 installs/wk local only
Tork Governance
by torkjacobs

AI agent governance for MCP: PII detection, policy enforcement, compliance, and kill switch.

45 installs/wk local only
Marrow
by getmarrow

Runtime governance, proof, outcome closure, and fleet intelligence for MCP-compatible AI agents.

931 installs/wk local only
Fulcrum
by dewars30

AI governance MCP server for policy enforcement, cost control, and observability.

65 installs/wk local only
Safari MCP
by achiya-automation

Native Safari browser automation for AI agents — 98 tools, zero Chrome overhead.

3 319 installs/wk local only
Palveron Governance Gateway
by palveron

Advisory governance checks for MCP hosts; enforcement runs in the Palveron remote MCP proxy.

local only

Aegis MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Aegis MCP?
Aegis MCP 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 aegis-mcp-server was installed 56 times last week.
How do I connect Aegis MCP?
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 aegis-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Aegis MCP?
The npm package aegis-mcp-server was installed 56 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aegis MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 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.