mcpbeat Sign in

Aegis MCP Server

local only

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

Credential isolation for AI agents. Inject secrets at the network boundary.

Installs per day peak 80 · avg 14 · -30% w/w
a month agotoday
51
Installs / week
npm · @getaegis/cli
14
Stars
0 open issues
6 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
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.

Builds a file path from a variable src/cli/commands/db.ts:46, src/db.ts:37
        ? path.join(config.dataDir, info.dbPath)
Builds a database query by concatenation src/gate/gate.ts:770, .github/workflows/release.yml:160
            hint: `Update scopes with: aegis vault update --name ${credential.name} --scopes ${scopeList},${reqMethod === 'GET' ? 'read' : 'write'}`,
Runs an external command src/key-storage/key-storage.ts:64
    execFileSync(which, [command], { stdio: 'pipe' });

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

This one needs environment variables set before it will start: AEGIS_MASTER_KEY (Master encryption key for the credential vault), AEGIS_SALT (Hex-encoded 32-byte salt for key derivation (generated by aegis init)), AEGIS_DATA_DIR (Directory for vault databases and registry (default: .aegis/)), AEGIS_PORT (Gate proxy port (default: 3100)), AEGIS_LOG_LEVEL (Log verbosity: debug, info, warn, error (default: info)), AEGIS_LOG_FORMAT (Log output format: json or pretty (default: json)), AEGIS_VAULT (Named vault to use (default: default)), AEGIS_REQUIRE_AGENT_AUTH (Require agent authentication on every request (true/false, default: false)), AEGIS_POLICY_MODE (Policy enforcement mode: enforce, dry-run, or off (default: enforce)), AEGIS_POLICIES_DIR (Directory containing YAML policy files), AEGIS_METRICS (Enable Prometheus metrics endpoint (true/false, default: true)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Aegis

same job, measured the same way
TAP
by human

Credential isolation for AI agents: placeholder secrets, policy checks, optional human approval.

answering
Wundervault MCP
by wundervault

Zero-knowledge MCP secrets vault for AI agents: secrets injected at runtime, never seen by the model

339 installs/wk local only
Secure Vault
by mdfifty50-boop

Encrypted secrets and credential management for agents

35 installs/wk local only
Shadowgate MCP
by josephibra

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

answering
Declaw AI
by declaw-ai

Secure Firecracker microVM sandboxes for AI agents: network policy, PII & injection guardrails.

37 installs/wk local only
Demipass
by dustforge

Credential custody for agents: use secrets blind (ssh/http/smtp/git/db), never in context.

74 installs/wk local only
Janee
by rsdouglas

Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials.

100 installs/wk local only
Securityscan
by securityscan-api

Security for AI agents: MCP audits, secret redaction, skill vetting, network scans, agent checkout.

135 installs/wk local only

Aegis — questions

Answers built from our own checks of this server.

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