palim-mcp-examples
Provides Perplexity with access to Palim's hosted memory tools for saving, resuming, and searching sessions, decisions, and memories.
Palim MCP examples
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).
Quick links
MCP endpoint |
|
Setup / API key | |
Docs | |
Machine-readable | |
Site |
Intent pages
Related MCP server: Vox MCP
Claude Code (OAuth)
claude mcp add --transport http palim https://api.usepalim.com/mcpFirst use opens OAuth. API key alternative:
claude mcp add --transport http palim https://api.usepalim.com/mcp \
--header "x-api-key: YOUR_API_KEY"Also see configs/claude-code.sh.
Cursor (OAuth)
Settings → Tools & MCP → Add server → URL https://api.usepalim.com/mcp, or put this in ~/.cursor/mcp.json / .cursor/mcp.json:
{
"mcpServers": {
"palim": {
"url": "https://api.usepalim.com/mcp"
}
}
}File: configs/cursor.mcp.json. Restart Cursor after edits. For API key auth, see configs/cursor.api-key.mcp.json.
Claude Desktop / Claude.ai
Add a custom connector / remote MCP:
URL:
https://api.usepalim.com/mcpAuth: OAuth (no API key required for that flow)
ChatGPT
Settings → Apps → Advanced → enable Developer Mode
Create app → URL
https://api.usepalim.com/mcp→ Auth: OAuthAdvanced settings → disable OIDC (otherwise: “Authorization Request Expired” / token exchange failures)
In each chat, mention
@Palim— without that, tools are not available
Perplexity
API key from https://api.usepalim.com/setup. Settings → Connectors → Advanced → paste configs/perplexity.mcp.json and replace YOUR_API_KEY.
Smoke test
In any connected client:
Palim HelpYou should get the tool overview. Then save a real session and retrieve it from a second client.
What not to claim
Semantic / embedding search (not shipped)
Automatic sync without an explicit save (except documented extension/hooks)
ChatGPT Memory portability
Tools
Palim exposes hosted memory tools over MCP (45+), including:
Tool | Purpose |
| Continue the latest handoff |
| Lightweight checkpoint (default save) |
| Full transcript save/append |
| Find past work |
| Durable facts/preferences |
| Tool overview |
Full list: connect and call palim_help, or see https://usepalim.com/en/docs/
Usage
Connect with OAuth or
x-api-keyIn a new chat, call
palim_resume(or ask "Palim Help")After real work, checkpoint with
palim_save_contextRetrieve from another client with
palim_search
License
MIT — configs only; Palim the service remains proprietary.
This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityCmaintenanceTurn editor chat history (Cursor/Claude Code/Windsurf/Copilot/Codex CLI) into typed Markdown memories + AGENTS.md + Cursor Rules via MCP. Local-first, git-trackable.Last updated2948MIT
- AlicenseAqualityAmaintenanceEnables MCP clients like Claude Code and Cursor to use multiple AI models (Gemini, GPT, Grok, DeepSeek, Kimi, Ollama) via a unified chat tool with conversation memory.Last updated3Apache 2.0
- AlicenseBqualityCmaintenanceA shared memory layer for AI agents — one memory.md synced across Claude Desktop, Cursor, Claude Code, OpenAI Codex, and any MCP client.Last updated42MIT
- AlicenseBqualityAmaintenanceCross-tool AI memory MCP server for Claude Code, Cursor, Antigravity, Windsurf, and every MCP-compatible AI. 400 tokens not 4,000.Last updated34MIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joleschmidt/palim-mcp-examples'
If you have feedback or need assistance with the MCP directory API, please join our Discord server