Palim Examples
БесплатноНе проверенCopy-paste MCP configs for Palim hosted cross-tool memory (Claude, Cursor, ChatGPT).
Описание
Copy-paste MCP configs for Palim hosted cross-tool memory (Claude, Cursor, ChatGPT).
README
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 | https://api.usepalim.com/mcp |
| Setup / API key | https://api.usepalim.com/setup |
| Docs | https://usepalim.com/en/docs/ |
| Machine-readable | https://usepalim.com/llms.txt |
| Site | https://usepalim.com |
Add to Cursor
One-click install (OAuth on first use). Or copy configs/cursor.mcp.json.
This repo is also an Agent Plugins package (plugin.json + mcp.json) for cursor.directory.
Intent pages
Claude Code (OAuth)
claude mcp add --transport http palim https://api.usepalim.com/mcp
First 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/mcp - Auth: OAuth (no API key required for that flow)
ChatGPT
- Settings → Apps → Advanced → enable Developer Mode
- Create app → URL
https://api.usepalim.com/mcp→ Auth: OAuth - Advanced 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 Help
You 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 |
|---|---|
palim_resume |
Continue the latest handoff |
palim_save_context |
Lightweight checkpoint (default save) |
palim_save_session |
Full transcript save/append |
palim_search / palim_search_by_date_range |
Find past work |
palim_add_memory |
Durable facts/preferences |
palim_help |
Tool overview |
Full list: connect and call palim_help, or see https://usepalim.com/en/docs/
Usage
- Connect with OAuth or
x-api-key - In a new chat, call
palim_resume(or ask "Palim Help") - After real work, checkpoint with
palim_save_context - Retrieve from another client with
palim_search
License
MIT — configs only; Palim the service remains proprietary.
Установка Palim Examples
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/joleschmidt/palim-mcp-examplesFAQ
Palim Examples MCP бесплатный?
Да, Palim Examples MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Palim Examples?
Нет, Palim Examples работает без API-ключей и переменных окружения.
Palim Examples — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Palim Examples в Claude Desktop, Claude Code или Cursor?
Открой Palim Examples на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Palim Examples with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
