nockchain mcp for Windsurf
io.github.winter0x/nockchain-mcp
Community-built read-only Nockchain access: balances, payment verification, blocks, node health.
client:Windsurf
transport:stdio
runtime:npm
Install nockchain mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"nockchain-mcp": {
"command": "npx",
"args": [
"-y",
"nockchain-mcp"
],
"env": {
"NOCKCHAIN_ENDPOINTS": "<NOCKCHAIN_ENDPOINTS>",
"NOCKCHAIN_MAX_STALENESS_SECONDS": "<NOCKCHAIN_MAX_STALENESS_SECONDS>",
"NOCKCHAIN_MAX_HEIGHT_LAG": "<NOCKCHAIN_MAX_HEIGHT_LAG>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs