Loading MCP server directory, please wait...
Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.
npx @getmcp/cli add io.github.raditotev/agent-authRequires Python 3.10+. Community-contributed server. Review source before installing.
AGENTAUTH_URLBase URL of the AgentAuth service (e.g. https://agentauth.radi.pro or http://localhost:8000 for self-hosted)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.raditotev/agent-auth": {
"command": "uvx",
"args": [
"agentauth-mcp-server"
],
"env": {
"AGENTAUTH_URL": "",
"AGENTAUTH_API_KEY": ""
}
}
}
}