Skip to content
Grok

footnote for Grok

com.brick-byte/footnote

Every number in an AI answer traces back to the rows that produced it.

client:Grok transport:stdio runtime:npm

Install footnote in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "footnote": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@brick-byte/footnote"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "PROVENANCE_DB": "<PROVENANCE_DB>",
        "PROVENANCE_ACTOR": "<PROVENANCE_ACTOR>"
      }
    }
  }
}

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

footnote in other clients