Skip to content
Zed

footnote for Zed

com.brick-byte/footnote

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

client:Zed transport:stdio runtime:npm

Install footnote in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

footnote in other clients