← Index

AgentAuth

io.github.raditotev/agent-auth·v0.1.1·Other
Quality Score
84
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "agent-auth": {
      "command": "uvx",
      "args": [
        "agentauth-mcp-server"
      ],
      "env": {
        "AGENTAUTH_URL": "<agentauth_url>",
        "AGENTAUTH_API_KEY": "<your-agentauth_api_key>"
      }
    }
  }
}
§02  Environment variables
AGENTAUTH_URL
required

Base URL of the AgentAuth service (e.g. https://agentauth.radi.pro or http://localhost:8000 for self-hosted)

AGENTAUTH_API_KEY
secret

Default API key for the authenticate tool. Optional — can also be passed per call.

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other