Save AI conversations into your Worldku memory and recall them from any MCP client.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
The official MCP server for Worldku memory. Save AI conversations into your Worldku memory and recall them back β from Claude Code, claude.ai, ChatGPT, Codex, Gemini CLI, or any other MCP client.
Full setup guide: worldku.com/docs/mcp β step-by-step instructions for every client, authentication details, and troubleshooting. The same page in raw Markdown for AI agents: worldku.com/docs/mcp.md.
The fastest way to set up: paste this into your AI tool and let it walk you through β
I want to give you long-term memory with Worldku. Read https://www.worldku.com/docs/mcp.md and walk me through connecting it, in your own words.
Hosted service. The public endpoint is https://mcp.worldku.com/mcp. This
repository is the open access layer only: the memory extraction pipeline, prompt
rules, and platform services run on Worldku's infrastructure. Self-hosting this
worker will not give you a working service β it exists for transparency and
review, and connects to backends that require Worldku credentials.
| Tool | What it does | Cost |
|---|---|---|
memory_overview | Most recent memories, one line each (zero parameters) | 1 read |
memory_search | Semantic search over your memories | 1 read |
memory_recall | Filtered recall: time range / type / source, paginated | 1 read |
memory_save | Save the current conversation transcript for memory extraction | 1 save |
All tools fire only on your explicit ask β the tool descriptions instruct the model never to call them from ambient association. Saved transcripts go through Worldku's normal import pipeline: extraction runs asynchronously and new memories land in your memory workbench marked unread. Re-saving the same conversation is deduplicated server-side; extending a previously saved conversation appends only the new tail.
Two authentication routes:
wk_mcp_β¦ key, minted at
worldku.com β Memory manager β AI tools.
The key is shown once at mint time; up to 20 keys per account, each
independently revocable.To keep the key out of the config file, export WORLDKU_MCP_KEY in your shell
profile and use single quotes: --header 'Authorization: Bearer ${WORLDKU_MCP_KEY}'.
Settings β Connectors β Add β Add custom connector β
https://mcp.worldku.com/mcp β sign in at worldku.com. No key needed.
Enable Developer mode (Settings β Security and login), then create an app at chatgpt.com/plugins with the server URL and OAuth authentication. Sign in at worldku.com when prompted.
Any client that supports Streamable HTTP with a custom header works:
https://mcp.worldku.com/mcpAuthorization: Bearer wk_mcp_YOUR_KEYThe config field holding the URL varies by client (url for most, httpUrl
for Gemini CLI, serverUrl for some others) β a wrong field name usually makes
the client ignore the server silently. More examples in examples/
and in the full guide.
server/discover, tools/list, tools/call, and the
Tasks extension
(tasks/get / tasks/update / tasks/cancel) for async save polling.
Clients that do not declare the extension get synchronous receipts instead./.well-known/oauth-protected-resource, audience-bound
opaque tokens, memory:read / memory:write scopes. The authorization
server (worldku.com) supports Client ID Metadata Documents and PKCE S256./mcp/server-card, AI Catalog at
/.well-known/ai-catalog.json.Deployment (Cloudflare Workers) is done by the Worldku team β see
wrangler.toml for the binding surface (no secrets live in this repo).
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/worldku-memory)<a href="https://allmcps.com/mcp/worldku-memory"><img src="https://allmcps.com/api/badge/worldku-memory?style=directory" alt="Worldku Memory on AllMCPs" /></a>