wikimemory
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wikimemorysave that we agreed to use PostgreSQL for the new service"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: GoodMemory
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 installThe 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 claudeTo 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 devThis 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 onlyParallel 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.
Back up and restore
Authorize the administrative CLI once, then create a portable archive:
npx wikimemory api login
npx wikimemory backup create --output wikimemory-backup.wmem.zip
npx wikimemory backup verify wikimemory-backup.wmem.zip
npx wikimemory restore wikimemory-backup.wmem.zipThe ZIP contains human-readable Markdown, complete revision history, metadata, links,
a versioned manifest, and SHA-256 checksums. It excludes passkeys, OAuth credentials,
and sessions. Restore preserves document and revision identities and stops on conflicts.
When restoring into a new instance that still has starter documents, use
wikimemory restore FILE --replace; Wikimemory requires exact Worker-name confirmation
before deleting them.
Source-specific importers are intentionally not built in. An LLM or developer can use
the documented admin CRUD API and exported wikimemory/client TypeScript client to
convert another format while retaining its history. See the archive
format and CRUD API.
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
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 backup and restore, an administrative CRUD API, 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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- mcpOAuthai.butlerbrain
Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client.
Persistent AI memory shared across Claude, ChatGPT, coding agents, and compatible MCP clients.
- memnodeOAuthdev.memnode
Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint.
Persistent memory for AI agents with OAuth-backed hosted MCP access.
Related MCP Servers
- AlicenseAqualityCmaintenanceSelf-hosted MCP memory server that gives a multi-agent fleet one shared, git-backed memory for search, read, and write.81MIT
- AlicenseBqualityAmaintenanceLocal-first, auditable memory for Codex, Claude Code, and MCP clients. It stores scoped user/project memory in SQLite or Postgres, serves read-only recall and inspection tools by default, and supports opt-in governed writeback with review and forget controls.826217MIT
- AlicenseNot gradedqualityCmaintenanceDurable, inspectable memory for MCP agents. Preserves decisions, preferences, and project knowledge across sessions with full provenance and version history.2Apache 2.0
- FlicenseNot gradedqualityBmaintenanceA self-hosted AI memory service that shares durable project context between MCP-compatible clients such as Claude Code and Devin, via a REST API and a Streamable HTTP MCP server with tools to remember, recall, list, and forget memories.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jvanderberg/wikimemory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server