Skip to content
Cursor

mcp standardnotes for Cursor

io.github.lozit/mcp-standardnotes

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

client:Cursor transport:stdio runtime:npm

Install mcp standardnotes in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-standardnotes": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-standardnotes"
      ],
      "env": {
        "SN_EMAIL": "<SN_EMAIL>",
        "SN_SERVER_URL": "<SN_SERVER_URL>",
        "SN_CERT_FINGERPRINT": "<SN_CERT_FINGERPRINT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp standardnotes in other clients