Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Palim

io.github.joleschmidt/palim

Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.

Uptime
100.0%
3 direct probes · 30d
Response
221ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
4
available

Tools · 9

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_re…

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.

Prompts · 4

resume_and_continue

Start a new chat by loading the latest Palim handoff and continuing that work without asking the user to summarise.

checkpoint_chat

Save a lightweight palim_save_context handoff for the current conversation so another client can continue.

search_past_work

Find prior decisions and sessions by topic and/or date range, then ground the answer in Palim results.

save_durable_memory

Store a long-lived preference, fact, or standing decision with palim_add_memory (not a session transcript).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "palim": {
      "url": "https://api.usepalim.com/mcp",
      "transport": "streamable-http"
    }
  }
}