worldku-mcp
The official MCP server for Worldku memory. Save AI conversations into your Worldku memory and recall them back from any MCP client.
README
worldku-mcp
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.
Tools
| 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.
Connecting
Two authentication routes:
- OAuth 2.1 — claude.ai and ChatGPT need no key at all: point them at the server URL and sign in at worldku.com when prompted.
- Access key — CLI clients use a
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.
Claude Code
claude mcp add --transport http --scope user worldku https://mcp.worldku.com/mcp \
--header "Authorization: Bearer wk_mcp_YOUR_KEY"
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}'.
claude.ai (web, desktop, mobile)
Settings → Connectors → Add → Add custom connector →
https://mcp.worldku.com/mcp → sign in at worldku.com. No key needed.
ChatGPT (web)
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.
Codex CLI
export WORLDKU_MCP_KEY=wk_mcp_YOUR_KEY
codex mcp add worldku --url https://mcp.worldku.com/mcp --bearer-token-env-var WORLDKU_MCP_KEY
Gemini CLI
// ~/.gemini/settings.json — note the httpUrl field name
{
"mcpServers": {
"worldku": {
"httpUrl": "https://mcp.worldku.com/mcp",
"headers": { "Authorization": "Bearer wk_mcp_YOUR_KEY" }
}
}
}
Any other MCP client
Any client that supports Streamable HTTP with a custom header works:
- URL:
https://mcp.worldku.com/mcp - Header:
Authorization: Bearer wk_mcp_YOUR_KEY
The 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.
Protocol
- Native MCP revision 2026-07-28 (stateless Streamable HTTP): per-request metadata, no sessions, no SSE streams — every response is a single JSON object.
- Dual-era: the 2025-11-25 initialize-handshake era is also served (still statelessly — no session ids, no SSE), because that is what current-generation clients speak. This leg will be dropped once the client ecosystem moves to 2026-07-28.
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.- OAuth 2.1 resource server per the MCP authorization spec: RFC 9728 protected
resource metadata at
/.well-known/oauth-protected-resource, audience-bound opaque tokens,memory:read/memory:writescopes. The authorization server (worldku.com) supports Client ID Metadata Documents and PKCES256. - Discovery (SEP-2127 experimental): Server Card at
/mcp/server-card, AI Catalog at/.well-known/ai-catalog.json.
Limits
- 200 reads and 50 saves per user per day (anti-abuse caps, reset at 00:00 UTC).
- 10 MB per request.
- Reads and saves each book one usage action on your Worldku account. MCP access is included with every Worldku plan, including Free.
Development
pnpm install
pnpm test # vitest
pnpm type-check
pnpm lint
Deployment (Cloudflare Workers) is done by the Worldku team — see
wrangler.toml for the binding surface (no secrets live in this repo).
License
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。