Palim
io.github.joleschmidt/palimHosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.
Tools · 9
Continue the user's most recent Palim thread. Call first in a new chat, no args. Ignore the result if it is unrelated.
Lightweight checkpoint: self-contained handoff, no transcript. Reuse session_id in this chat. Proactive after results and decisions.
Save or append a full chat transcript (messages + summary). Prefer palim_save_context for compact handoffs. For metadata-only or URL updates use palim_update_session_metadata / palim_update_session_re…
Search across all saved sessions. Supports full-text search via query, metadata filtering via tags/project/status/tool_source, or both. Omit query for tags-only filtering.
Get formatted context for a specific topic by searching and retrieving relevant sessions.
Store a memory, fact, decision, or preference for later retrieval.
Distilled knowledge profile. No args: recent topic index (capped). With topic: full document. Pass limit for a larger or full index.
Delete a chat session. Soft delete by default (reversible). Use hard_delete=true for permanent deletion.
Show an overview of all available Palim tools and usage instructions.
Prompts · 4
Start a new chat by loading the latest Palim handoff and continuing that work without asking the user to summarise.
Save a lightweight palim_save_context handoff for the current conversation so another client can continue.
Find prior decisions and sessions by topic and/or date range, then ground the answer in Palim results.
Store a long-lived preference, fact, or standing decision with palim_add_memory (not a session transcript).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"palim": {
"url": "https://api.usepalim.com/mcp",
"transport": "streamable-http"
}
}
}