Block Genomics — Nexus Protocol for Grok
io.github.bitmapasset/block-genomics-mcp
Prove Bitcoin block ownership via BIP-322 and register sovereign AI agents on the Nexus Protocol.
client:Grok
transport:stdio
runtime:npm
Install Block Genomics — Nexus Protocol in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs