← Back to Plugins
MCP Server MCP

io.github.lozit/mcp-standardnotes

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-standardnotes",
      "version": "0.6.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Standard Notes account email. The password is prompted once via `npx mcp-standardnotes-login` and the session is persisted in the OS keychain.",
          "isRequired": true,
          "name": "SN_EMAIL"
        },
        {
          "description": "Standard Notes sync server URL. Defaults to the official cloud if unset.",
          "default": "https://api.standardnotes.com",
          "name": "SN_SERVER_URL"
        },
        {
          "description": "Optional SHA-256 TLS certificate fingerprint for pinning a self-hosted server.",
          "name": "SN_CERT_FINGERPRINT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...