wikimemory
Personal, remotely hosted memory service for Claude, Codex, and other MCP clients that preserves research, project state, and decisions in an auditable revision store with a web UI.
README
Wikimemory
Wikimemory is a personal, remotely hosted memory service for Claude, Codex, and other MCP clients. It preserves research, project state, technical decisions, and reusable context in an auditable revision store that the owner can browse and search from the web.
It includes remote HTTP MCP with OAuth/PKCE, passkey identity, append-only revision storage, full-text search, a React browse/search/history UI, multi-passkey controls, sanitized exports, and version-matched client skills. The server does not call an LLM; Claude or Codex performs synthesis while Wikimemory provides deterministic, auditable storage and retrieval.
What you can use it for
- Maintain a to-do list and let an assistant help prioritize, update, and archive it.
- Track personal or work projects with status, decisions, open questions, and next actions.
- Collect sources and build a durable research notebook with summaries and provenance.
- Keep an automated journal or work log containing the entries you choose to save.
- Maintain notes about people, conversations, commitments, and important context.
- Preserve meeting notes and decision history so later sessions know why a choice was made.
- Build a personal assistant that combines connected email or calendar tools with selected long-term memory.
- Keep learning notes, reading lists, household context, or a troubleshooting and incident notebook.
Wikimemory does not read email, calendars, or other services on its own. A connected assistant uses those tools and saves only the information you ask it to remember. Because these uses can involve sensitive personal data, review the security model before deciding what to store.
Quick start
Requirements: Node.js 22+, npm, a Cloudflare account, and a passkey-capable browser or password manager. No Google Cloud project or OAuth application is required.
npx wrangler login
npx wikimemory install
The installer previews the exact Cloudflare account, Worker, D1 database
(Cloudflare's managed SQLite), and OAuth/session store before creating anything.
Open its one-time URL to register the owner passkey. The installer also prints the
exact /mcp URL to paste into clients that require manual connector setup. Then
connect a command-line client and install its memory skills:
npx wikimemory connect codex
npx wikimemory skills install codex
# or
npx wikimemory connect claude
npx wikimemory skills install claude
To use Wikimemory on a phone, first add the HTTPS /mcp URL printed by the installer
or by npx wikimemory status:
Use the complete URL, including /mcp. The deployment root opens the Wikimemory web
application and is not an MCP endpoint.
- Claude: add it as a custom connector in Claude's web settings. It then appears in Claude mobile.
- ChatGPT: enable developer mode on ChatGPT web, create an app using the
/mcpURL under Settings → Plugins, and finish passkey authorization. The app then appears in ChatGPT mobile.
See the complete installation guide for detailed connection steps, recovery, passkey management, upgrades, and safe uninstall.
Run locally
npx wikimemory dev
This starts the Worker, React app, D1, and KV through local Wrangler emulation.
State persists under ./.wikimemory/dev; production passkey identity is
replaced with a clearly marked fake local owner while OAuth, PKCE, scopes, tokens,
and MCP transport remain real.
Lifecycle commands
npx wikimemory status
npx wikimemory browse
npx wikimemory upgrade
npx wikimemory recover
npx wikimemory passkeys list
npx wikimemory uninstall # preview only
Parallel installations use --deployment NAME. Non-secret lifecycle state lives
under ~/.config/wikimemory/deployments/NAME/. Uninstall requires an explicit apply
step and exact Worker-name confirmation because deleting D1 permanently destroys the
stored memory.
How it works
Claude / Codex ---- Streamable HTTP MCP ----+
|
Browser ------------ HTTPS web app ---------+--> Cloudflare Worker --> D1
|
Passkey ------------ owner authentication --+
Cloudflare is the recommended host because Workers, D1, and KV all have free tier allowances large enough for typical personal use; the paid Workers plan starts at $5/month if those limits are exceeded. Memory is protected by access control and Cloudflare-managed encryption, but it is not end-to-end encrypted from Cloudflare. Do not store credentials or material you are unwilling to entrust to the host.
Design documents
- Product specification
- Architecture
- Security and threat model
- Data model
- MCP contract
- Local development and testing
- Installation and client connection
- Export formats and privacy
- Pasteable agent instructions
- Implementation history
- Independent design review and dispositions
Current scope
Wikimemory supports one owner and one workspace, authenticated with passkeys. It includes a React web application with owner administration, remote MCP, local emulation, portable export, agent skills, and guided installation and client setup.
Multi-tenant SaaS, vector search, attachments, built-in chat, offline operation, manual document editing, scheduled backups, monitoring infrastructure, custom domains, and permanent staging infrastructure are outside the current scope.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。