Skip to content
Cursor

footnote for Cursor

com.brick-byte/footnote

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

client:Cursor transport:stdio runtime:npm

Install footnote 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": {
    "footnote": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@brick-byte/footnote"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "PROVENANCE_DB": "<PROVENANCE_DB>",
        "PROVENANCE_ACTOR": "<PROVENANCE_ACTOR>"
      }
    }
  }
}

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

footnote in other clients