Skip to content
Zed

Notes for Zed

io.github.abhishekkumar2021/notes

Local markdown notes: ranked + semantic search, tags, todos, and a wiki-link knowledge graph.

client:Zed transport:stdio runtime:npm

Install Notes 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": {
    "notes": {
      "command": "npx",
      "args": [
        "-y",
        "@abhishekmcp/notes"
      ],
      "env": {
        "NOTES_DIR": "<NOTES_DIR>",
        "NOTES_READONLY": "<NOTES_READONLY>",
        "NOTES_MODEL_DIR": "<NOTES_MODEL_DIR>"
      }
    }
  }
}

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

Notes in other clients