
Palim
Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT.
Community: Submitted by a user or imported; check the owner before granting accessDegradedAPI key requiredGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.
Server tool list (9)
Raw names from tools/list. Only developers need these.
| palim_resume | Continue the user's most recent Palim thread. Call first in a new chat, no args. Ignore the result if it is unrelated. |
| palim_save_context | Lightweight checkpoint: self-contained handoff, no transcript. Reuse session_id in this chat. Proactive after results and decisions. |
| palim_save_session | 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_references. When appending: reuse session_id + title, fetch existing messages first, send only new ones. Always pass a complete summary and metadata.tool_source. |
| palim_search | 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. |
| palim_get_context | Get formatted context for a specific topic by searching and retrieving relevant sessions. |
| palim_add_memory | Store a memory, fact, decision, or preference for later retrieval. |
| palim_get_brain | Distilled knowledge profile. No args: recent topic index (capped). With topic: full document. Pass limit for a larger or full index. |
| palim_delete_session | Delete a chat session. Soft delete by default (reversible). Use hard_delete=true for permanent deletion. |
| palim_help | Show an overview of all available Palim tools and usage instructions. |