nockchain mcp for Zed
io.github.mizuki0x/nockchain-mcp
Moved to io.github.winter0x/nockchain-mcp. This entry is no longer updated.
client:Zed
transport:stdio
runtime:npm
Install nockchain mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs