Purmemo MCP Server

MCP server for pūrmemo - AI conversation memory that works everywhere. Save and recall conversations across Claude Desktop, Cursor, and other

Remote serverstreamable-http

What is the Purmemo MCP MCP server?

MCP server for pūrmemo - AI conversation memory that works everywhere. Save and recall conversations across Claude Desktop, Cursor, and other MCP-compatible platforms. Intelligent context extraction, smart titles, living documents. Exposed over MCP by the purmemo mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

That's it for installing. The script handles everything — it'll install Node if you don't have it, set up the purmemo command, and tell you when it's done.

  • Remembers everything — — save any conversation, recall it later by typing what you remember about it
  • Knows who you are — — your role, your projects, your stack — loaded automatically into every new session
  • Works everywhere — — Claude Code, Claude Desktop, Cursor, Windsurf, Zed, anything that speaks MCP

Its toolset

Everything the assistant can do here goes through one of these:

  • macOS — ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows — %APPDATA%\Claude\claude_desktop_config.json
  • Plan — Price
  • Free — $0
  • Pro — $19/month

Configuration

You will need one environment variable: PURMEMO_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Purmemo MCP's toolset — macOS, Windows, Plan and 2 more — is a fair guide to whether it matches your workflow. It is maintained by purmemo-ai; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the purmemo mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
PlanPrice
Free$0
Pro$19/month

How to install the Purmemo MCP MCP server

{
  "mcpServers": {
    "purmemo": {
      "command": "npx",
      "args": ["-y", "purmemo-mcp"],
      "env": {
        "PURMEMO_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
PURMEMO_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Purmemo MCP to macOS.
  • Use Purmemo MCP to Windows.
  • Use Purmemo MCP to Plan.

Frequently asked questions

It connects Purmemo MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (macOS, Windows, Plan, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Purmemo MCP directly.