nockchain mcp for Cursor
io.github.winter0x/nockchain-mcp
Community-built read-only Nockchain access: balances, payment verification, blocks, node health.
client:Cursor
transport:stdio
runtime:npm
Install nockchain mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nockchain-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs