Skip to content
Claude Desktop

footnote for Claude Desktop

com.brick-byte/footnote

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

client:Claude Desktop transport:stdio runtime:npm

Install footnote in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

footnote in other clients