Skip to content
Windsurf

aegis for Windsurf

io.github.getaegis/aegis

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

client:Windsurf transport:stdio runtime:npm

Install aegis in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aegis": {
      "command": "npx",
      "args": [
        "-y",
        "@getaegis/cli"
      ],
      "env": {
        "AEGIS_MASTER_KEY": "<AEGIS_MASTER_KEY>",
        "AEGIS_SALT": "<AEGIS_SALT>",
        "AEGIS_DATA_DIR": "<AEGIS_DATA_DIR>",
        "AEGIS_PORT": "<AEGIS_PORT>",
        "AEGIS_LOG_LEVEL": "<AEGIS_LOG_LEVEL>",
        "AEGIS_LOG_FORMAT": "<AEGIS_LOG_FORMAT>",
        "AEGIS_VAULT": "<AEGIS_VAULT>",
        "AEGIS_REQUIRE_AGENT_AUTH": "<AEGIS_REQUIRE_AGENT_AUTH>",
        "AEGIS_POLICY_MODE": "<AEGIS_POLICY_MODE>",
        "AEGIS_POLICIES_DIR": "<AEGIS_POLICIES_DIR>",
        "AEGIS_METRICS": "<AEGIS_METRICS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

aegis in other clients