MCP Server
MCP
AgentAuth
Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.
Install
uvx agentauth-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "agentauth-mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the AgentAuth service (e.g. https://agentauth.radi.pro or http://localhost:8000 for self-hosted)",
"isRequired": true,
"format": "string",
"name": "AGENTAUTH_URL"
},
{
"description": "Default API key for the authenticate tool. Optional — can also be passed per call.",
"format": "string",
"isSecret": true,
"name": "AGENTAUTH_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment