Labsco
futurebrowser logo

mindpad

from futurebrowser

Save encrypted notes to your mindpad account

🔥🔥✓ VerifiedFreeQuick setup

Overview

The mindpad MCP server lets you save notes directly from AI assistants like Claude Desktop and Cursor — without leaving your workflow.

Your notes are encrypted on our servers — we never store them in plain text.

Tools

save_note

Saves a note to your mindpad account.

Parameter Type Required Description content string Yes The note content in markdown. Use !tagname to add tags inline.

Authentication

The MCP server authenticates using a Personal Access Token (PAT) passed via the MINDPAD_PAT environment variable. The token is sent as a Bearer token to the mindpad API on every request.

Keep your PAT secret. Anyone with access to it can save notes to your account. You can revoke tokens at any time from mindpad → Account Settings → API.

Privacy

The MCP server forwards the note content you provide to the mindpad API.

When using the web app, notes are encrypted client-side before being sent to the server. When using the API (including via MCP), notes are encrypted server-side before storage.

The AI assistant never has access to your existing notes or your encryption key. It can only save new content that you explicitly instruct it to create.