Skip to content
Cursor

Block Genomics — Nexus Protocol for Cursor

io.github.bitmapasset/block-genomics-mcp

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

client:Cursor transport:stdio runtime:npm

Install Block Genomics — Nexus Protocol in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "block-genomics-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Block Genomics — Nexus Protocol in other clients