Skip to content
Zed

AgentAuth for Zed

io.github.raditotev/agent-auth

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

client:Zed transport:stdio runtime:pypi

Install AgentAuth in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "agent-auth": {
      "command": "uvx",
      "args": [
        "agentauth-mcp-server"
      ],
      "env": {
        "AGENTAUTH_URL": "<AGENTAUTH_URL>",
        "AGENTAUTH_API_KEY": "<AGENTAUTH_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AgentAuth in other clients