Aegis MCP Server

Stop putting API keys where AI agents can read them. Aegis is a local-first credential isolation proxy for AI agents. It sits between your agent and the APIs it calls - injecting secrets at the network boundary so the agent never sees, stores, or transmits real credentials.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-06 · ★ 13 · #62 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Aegis

before you install - you'll need

SLACK_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add getaegis-aegis -- npx -y @getaegis/cli

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "getaegis-aegis": {
      "command": "npx",
      "args": [
        "-y",
        "@getaegis/cli"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @getaegis/cli - published under the repo owner's npm scope (@getaegis)

registry namespace io.github.getaegis is GitHub-verified and matches the repo owner

03 · What Aegis can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.5 · 2026-08-06

v1.0.4 · 2026-08-06

v1.0.3 · 2026-04-15

04 · Who maintains Aegis

aegis is maintained by getaegis. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
developer tools - ranked #62 of 139 actively-maintained developer tools servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-08-06)
registry
io.github.getaegis/aegis (active, first published 2026-03-10 · 16 versions)
packages
npm:@getaegis/cli

06 · Aegis FAQ

What is Aegis?

Stop putting API keys where AI agents can read them. Aegis is a local-first credential isolation proxy for AI agents. It sits between your agent and the APIs it calls - injecting secrets at the network boundary so the agent never sees, stores, or transmits real credentials.

Is Aegis still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-06 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Aegis?

Run `npx -y @getaegis/cli`. The README documents one environment variable (SLACK_TOKEN) to set first. You can also paste the ready-made client config above.

Does Aegis run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Aegis

More developer tools MCP servers · Sentry MCP · Windbg MCP · Code Review Server · Grid Proof

More TypeScript MCP servers · Cacheoverflow · Getcoherence MCP Server · Dynamoi · Masv · Mcpm · see all