The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Palim listing page.
Copy-paste configs to connect Palim — a hosted MCP memory server — to Claude, Cursor, ChatGPT, and other MCP clients.
Palim stores sessions, decisions, and memories you explicitly save, then makes them searchable from every connected AI client.
Not a local SQLite sidecar. Hosted MCP endpoint. Search today: PostgreSQL full-text + text match (not vector/semantic embeddings).
| MCP endpoint | https://api.usepalim.com/mcp |
| Setup / API key | https://api.usepalim.com/setup |
| Docs | https://usepalim.com/en/docs/ |
| Machine-readable | https://usepalim.com/llms.txt |
| Site | https://usepalim.com |
One-click MCP install (OAuth on first use). Or copy configs/cursor.mcp.json.
This repository is the public Cursor plugin source:
.cursor-plugin/plugin.jsonplugin.json + mcp.jsonskills/palim-memory/SKILL.mdassets/logo.svgAfter marketplace review, install from Customize → Plugins / cursor.com/marketplace. Until then, use the deep link above or cursor.directory/plugins/palim.
Local test:
First use opens OAuth. API key alternative:
Also see configs/claude-code.sh.
Settings → Tools & MCP → Add server → URL https://api.usepalim.com/mcp, or put this in ~/.cursor/mcp.json / .cursor/mcp.json:
File: configs/cursor.mcp.json. Restart Cursor after edits. For API key auth, see configs/cursor.api-key.mcp.json.
Add a custom connector / remote MCP:
https://api.usepalim.com/mcphttps://api.usepalim.com/mcp → Auth: OAuth@Palim — without that, tools are not availableAPI key from https://api.usepalim.com/setup. Settings → Connectors → Advanced → paste configs/perplexity.mcp.json and replace YOUR_API_KEY.
In any connected client:
You should get the tool overview. Then save a real session and retrieve it from a second client.
Palim exposes hosted memory tools over MCP (45+), including:
| Tool | Purpose |
|---|---|
palim_resume | Continue the latest handoff |
palim_save_context | Lightweight checkpoint (default save) |
palim_save_session | Full transcript save/append |
palim_search / palim_search_by_date_range | Find past work |
palim_add_memory | Durable facts/preferences |
palim_help | Tool overview |
Full list: connect and call palim_help, or see https://usepalim.com/en/docs/
x-api-keypalim_resume (or ask "Palim Help")palim_save_contextpalim_searchMIT — configs only; Palim the service remains proprietary.