Skip to content
Cursor

AgentAuth for Cursor

io.github.raditotev/agent-auth

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

client:Cursor transport:stdio runtime:pypi

Install AgentAuth in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "agent-auth": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentauth-mcp-server"
      ],
      "env": {
        "AGENTAUTH_URL": "<AGENTAUTH_URL>",
        "AGENTAUTH_API_KEY": "<AGENTAUTH_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AgentAuth in other clients