Server data from the Official MCP Registry
Save AI conversations into your Worldku memory and recall them from any MCP client.
Save AI conversations into your Worldku memory and recall them from any MCP client.
Remote endpoints: streamable-http: https://mcp.worldku.com/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-worldku-memory": {
"url": "https://mcp.worldku.com/mcp"
}
}
}From the project's GitHub README.
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.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}'.
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.
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/settings.json — note the httpUrl field name
{
"mcpServers": {
"worldku": {
"httpUrl": "https://mcp.worldku.com/mcp",
"headers": { "Authorization": "Bearer wk_mcp_YOUR_KEY" }
}
}
}
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.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).
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.