auth token service for Cursor
io.github.mikerawsonnz/auth-token-service
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
client:Cursor
transport:streamable-http
tools:2
Install auth token service in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"auth-token-service": {
"url": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs