← Back to Plugins
MCP Server MCP

AgentAuth

github By github 👁 1 views ▲ 0 votes

Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...