Skip to content

mcp standardnotes for Zed

io.github.lozit/mcp-standardnotes

End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).

client:Zed transport:stdio runtime:npm

Install mcp standardnotes 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": {
    "mcp-standardnotes": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-standardnotes"
      ],
      "env": {
        "SN_EMAIL": "<SN_EMAIL>",
        "SN_SERVER_URL": "<SN_SERVER_URL>",
        "SN_CERT_FINGERPRINT": "<SN_CERT_FINGERPRINT>"
      }
    }
  }
}

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

mcp standardnotes in other clients