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
{
"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