OAuth 2.1 and OpenID Connect authorization server for AI agents and MCP resource servers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"a-auth": {
"command": "cargo",
"args": [
"run",
"--",
"a-auth"
]
}
}
}
Run in terminal:
claude mcp add a-auth cargo run -- a-auth
Add to .cursor/mcp.json:
{
"mcpServers": {
"a-auth": {
"command": "cargo",
"args": [
"run",
"--",
"a-auth"
]
}
}
}