Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

nockchain mcp in other clients