Skip to content
Zed

keepsake for Zed

io.github.nicolascroce/keepsake

MCP server for Keepsake — the personal CRM for nurturing your relationships

client:Zed transport:stdio runtime:npm

Install keepsake in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "keepsake": {
      "command": "npx",
      "args": [
        "-y",
        "keepsake-mcp"
      ],
      "env": {
        "KEEPSAKE_API_KEY": "<KEEPSAKE_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

keepsake in other clients