Skip to content
Cline

aegis for Cline

io.github.getaegis/aegis

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

client:Cline transport:stdio runtime:npm

Install aegis in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

aegis in other clients