Catalog
io.github.raditotev/agent-auth
OfficialAgentAuth
Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.
Manage credentials, tokens, delegations, and permissions for AI agent authentication.
README not available yet.
Install
Configuration
Environment variables
AGENTAUTH_URLrequiredBase URL of the AgentAuth service (e.g. https://agentauth.radi.pro or http://localhost:8000 for self-hosted)
AGENTAUTH_API_KEYsecretDefault API key for the authenticate tool. Optional — can also be passed per call.
claude_desktop_config.json
{
"mcpServers": {
"agent-auth": {
"command": "uvx",
"args": [
"agentauth-mcp-server"
],
"env": {
"AGENTAUTH_URL": "<YOUR_AGENTAUTH_URL>",
"AGENTAUTH_API_KEY": "<YOUR_AGENTAUTH_API_KEY>"
}
}
}
}