Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.
claude mcp add agent-auth -- uvx agentauth-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"agent-auth": {
"command": "uvx",
"args": [
"agentauth-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-auth": {
"command": "uvx",
"args": [
"agentauth-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-auth": {
"command": "uvx",
"args": [
"agentauth-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-auth": {
"type": "stdio",
"command": "uvx",
"args": [
"agentauth-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-auth": {
"command": "uvx",
"args": [
"agentauth-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.raditotev--agent-auth/reviews or the review_server meta-tool.
POST /mcp