liveauth mcp for Windsurf
io.github.dulzuradev/liveauth-mcp
MCP server for LiveAuth: PoW + Lightning auth, L402 bundles, and paid MCP tool receipts.
client:Windsurf
transport:stdio
runtime:npm
Install liveauth mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"liveauth-mcp": {
"command": "npx",
"args": [
"-y",
"@liveauth-labs/mcp-server"
],
"env": {
"LIVEAUTH_API_KEY": "<LIVEAUTH_API_KEY>",
"LIVEAUTH_API_BASE": "<LIVEAUTH_API_BASE>",
"LIVEAUTH_DEMO": "<LIVEAUTH_DEMO>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs