Skip to content
Windsurf

AgentAuth for Windsurf

io.github.raditotev/agent-auth

Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.

client:Windsurf transport:stdio runtime:pypi

Install AgentAuth 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": {
    "agent-auth": {
      "command": "uvx",
      "args": [
        "agentauth-mcp-server"
      ],
      "env": {
        "AGENTAUTH_URL": "<AGENTAUTH_URL>",
        "AGENTAUTH_API_KEY": "<AGENTAUTH_API_KEY>"
      }
    }
  }
}

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

AgentAuth in other clients