Skip to content
Cline

Block Genomics — Nexus Protocol for Cline

io.github.bitmapasset/block-genomics-mcp

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

client:Cline transport:stdio runtime:npm

Install Block Genomics — Nexus Protocol in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Block Genomics — Nexus Protocol in other clients