auth token service for Windsurf
io.github.mikerawsonnz/auth-token-service
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
client:Windsurf
transport:streamable-http
tools:2
Install auth token service in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"auth-token-service": {
"serverUrl": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp"
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs