Odel
footnote

footnote

Local
@brick-byteTypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@brick-byte/footnotev0.1.1

Run

npx -y @brick-byte/footnote

MCP client config

{
  "mcpServers": {
    "footnote": {
      "command": "npx",
      "args": [
        "-y",
        "@brick-byte/footnote"
      ]
    }
  }
}