Skip to content
VS Code

auth token service for VS Code

io.github.mikerawsonnz/auth-token-service

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

client:VS Code transport:streamable-http tools:2

Install auth token service in VS Code

.vscode/mcp.json

{
  "servers": {
    "auth-token-service": {
      "type": "http",
      "url": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

auth token service in other clients