Skip to content

auth token service for Zed

io.github.mikerawsonnz/auth-token-service

Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.

client:Zed transport:streamable-http tools:2

Install auth token service in Zed

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

{
  "context_servers": {
    "auth-token-service": {
      "url": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp"
    }
  }
}

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

What Zed can do once it is connected

auth token service in other clients