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 |
Related MCP server: SharedMemory MCP Server
Add to Cursor
One-click MCP install (OAuth on first use). Or copy configs/cursor.mcp.json.
Cursor Marketplace plugin
This repository is the public Cursor plugin source:
Cursor Plugin manifest:
.cursor-plugin/plugin.jsonAgent Plugins package: root
plugin.json+mcp.jsonSkill:
skills/palim-memory/SKILL.mdLogo:
assets/logo.svg
After marketplace review, install from Customize → Plugins / cursor.com/marketplace. Until then, use the deep link above or cursor.directory/plugins/palim.
Local test:
mkdir -p ~/.cursor/plugins/local
ln -sfn "$(pwd)" ~/.cursor/plugins/local/palim
# then Developer: Reload WindowIntent pages
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 deployed
Maintenance
Related MCP Connectors
MCP-native notes and memory for ChatGPT, Claude, and other AI tools.
Persistent AI memory shared across Claude, ChatGPT, coding agents, and compatible MCP clients.
Private persistent memory for Claude, ChatGPT & Gemini via MCP - semantic search, zero-code setup.
- mcpOAuthai.butlerbrain
Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client.
Related MCP Servers
- AlicenseBqualityDmaintenanceA shared memory layer for AI agents — one memory.md synced across Claude Desktop, Cursor, Claude Code, OpenAI Codex, and any MCP client.42MIT
- AlicenseAqualityDmaintenanceGives Claude Code, Claude Desktop, Cursor, VS Code Copilot, and other MCP-compatible tools persistent memory.1844 npm1MIT
- AlicenseNot gradedqualityAmaintenancePersistent, local-first memory for your AI chats. Save context in one chat, load it in another — across Claude web, Claude Code, Cursor, Cline, and Claude Desktop. One store, on your own disk, reachable from every tool via MCP, CLI, REST, or SDK.1,095 npmApache 2.0
- AlicenseNot gradedqualityCmaintenanceAutomatically synchronizes and deduplicates MCP configurations from Claude Code, Codex CLI, Cursor Agent, and custom sources, providing a centralized view and management interface.177 npm1MIT