sidenote

davidlai3/sidenote
★ 0 stars TypeScript Code/Dev Tools Updated today
Notes on your code, not next to it. An MCP server that renders agent-authored annotations as a numbered reading path over your real files.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sidenote": {
      "command": "npx",
      "args": [
        "-y",
        "davidlai3/sidenote"
      ]
    }
  }
}

README Excerpt

Notes on your code, not next to it. Ask an agent how something works and you get a wall of prose you then have to match back against the source by hand. sidenote gives the agent somewhere better to put the answer: a numbered reading path over your real files, in the order control flow visits them, with each note in the margin beside the code it