auth token service for Claude Desktop
io.github.mikerawsonnz/auth-token-service
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
client:Claude Desktop
transport:streamable-http
tools:2
Install auth token service in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"auth-token-service": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs