mcpbeat Sign in

Footnote MCP Server

by brick-byte Your server? Claim it
local only

Footnote runs on your own machine — the client starts it, so there is no endpoint to ping. 114 installs a week from npm. Last commit 14 Aug 2026.

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

Installs per day peak 171 · avg 14 · -61% w/w
a month agotoday
114
Installs / week
npm · @brick-byte/footnote
0
Stars
1 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  $('answer').innerHTML = html;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add footnote -- npx -y @brick-byte/footnote
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "footnote": {
      "args": [
        "-y",
        "@brick-byte/footnote"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.footnote]
command = "npx"
args = ["-y", "@brick-byte/footnote"]
.cursor/mcp.json
{
  "mcpServers": {
    "footnote": {
      "args": [
        "-y",
        "@brick-byte/footnote"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "footnote": {
      "args": [
        "-y",
        "@brick-byte/footnote"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Footnote

same job, measured the same way
Traced LLM Proxy
by mikerawsonnz

Proxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus t

2 tools answering
Evr
by brienbounded

Checks agent traces for evidence-readiness: verifies evidence is present, not that it is true.

155 installs/wk local only
A
ProductNow
by productnow

Turn prototype feedback into product decisions that your whole team can trace.

answering
Sentry MCP Server
by friendlygeorge

MCP server for Sentry — error tracking, issues, releases, events, and projects for AI assistants.

44 installs/wk local only
I
MCP Ordali Memory
by robin-deruyck

MCP server for Ordali memory: SQLite-backed project memory and governance traces.

45 installs/wk local only
Sourcemap Retrace MCP
by vola-trebla

Decodes minified production stack traces back to original TypeScript source using source maps.

50 installs/wk local only
C
Invoice Badger
by invoicebadger

Invoicing you drive by talking to your AI: log time, raise invoices and track what's owed via MCP.

answering
The Context Company
by the-context-company

AI agent observability for production traces, natural-language insights, and improvement loops.

answering

Footnote — questions

Answers built from our own checks of this server.

Why is there no uptime for Footnote?
Footnote runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @brick-byte/footnote was installed 114 times last week.
How do I connect Footnote?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @brick-byte/footnote straight from npm; nothing to host, nothing to sign up for.
How many people use Footnote?
The npm package @brick-byte/footnote was installed 114 times in the last week. Week over week that is -61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Footnote open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.