Skip to content
Windsurf

Block Genomics — Nexus Protocol for Windsurf

io.github.bitmapasset/block-genomics-mcp

Prove Bitcoin block ownership via BIP-322 and register sovereign AI agents on the Nexus Protocol.

client:Windsurf transport:stdio runtime:npm

Install Block Genomics — Nexus Protocol in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "block-genomics-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "block-genomics-mcp"
      ],
      "env": {
        "BG_API_KEY": "<BG_API_KEY>",
        "BG_AGENT_TOKEN": "<BG_AGENT_TOKEN>",
        "BG_ENABLE_WRITES": "<BG_ENABLE_WRITES>",
        "BG_API_BASE": "<BG_API_BASE>",
        "BG_TIMEOUT_MS": "<BG_TIMEOUT_MS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Block Genomics — Nexus Protocol in other clients