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
{
"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