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
{
"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