Odel
aegis

aegis

Local
@getaegis13TypeScriptApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@getaegis/cliv1.0.5

Run

npx -y @getaegis/cli

MCP client config

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