nwc mcp for Windsurf
io.github.llmops-pro/nwc-mcp
Lightning wallet for AI agents via Nostr Wallet Connect (NIP-47): budget caps, confirm, audit log.
client:Windsurf
transport:stdio
runtime:npm
Install nwc mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"nwc-mcp": {
"command": "npx",
"args": [
"-y",
"nwc-mcp"
],
"env": {
"NWC_CONNECTION_STRING": "<NWC_CONNECTION_STRING>",
"NWC_DAILY_BUDGET_SATS": "<NWC_DAILY_BUDGET_SATS>",
"NWC_READ_ONLY": "<NWC_READ_ONLY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs