← Back to Plugins
MCP Server MCP

Fresh Jots

github By github 👁 1 views ▲ 0 votes

Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://freshjots.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "freshjots-mcp",
      "version": "0.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Fresh Jots API token. Create one at https://freshjots.com/settings/api_tokens (Dev or Team plan).",
          "isRequired": true,
          "isSecret": true,
          "name": "FRESHJOTS_TOKEN"
        },
        {
          "description": "Optional passphrase for transparent client-side encryption. When set, create_note/append_to_note accept encrypt:true and read_note accepts decrypt:true — Fresh Jots then stores only ciphertext it cannot read.",
          "isSecret": true,
          "name": "FRESHJOTS_PASSPHRASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...