Mooncite
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., "@Mooncitesearch for my notes about the project requirements from last week"
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.
Mooncite
Mooncite lets coding agents recover past context without asking you to explain it again. It searches authorized Pi, OMP, Claude Code, Codex, and ChatGPT history stored on this machine. Before an agent relies on a result, mooncite_inspect checks the citation against the original file. That confirms where the text came from. It does not prove the text is still true.
Mooncite was formerly Claude Memory MCP. The repository keeps its old claude-memory-mcp URL.
flowchart LR
H[Human] -->|installs| M[Mooncite]
A[Coding agent<br/>Pi, OMP, Codex, Claude Code] -->|recall and inspect| M
M -->|reads only| S[Local history<br/>Pi, OMP, Claude Code, Codex, ChatGPT]
M <--> I[(Search index)]
M -.-> L[(Optional learned memory)]
M -->|cited context| AInstall
Mooncite requires Linux with procfs, Node.js 24 or newer, npm, and access to GitHub.
npx --yes github:WhenMoon-afk/claude-memory-mcp#v4.0.5 installTagged v4.0.5 is the current stable release. After installation, check the launcher. Then fully restart or reload each client whose registration is exact:
"$HOME/.local/bin/mooncite" statusThe installer configures available Pi, OMP, Codex, and Claude Code clients. ChatGPT is a source, not a client. See operations for the prerelease, source setup, ChatGPT exports, removal commands, and quick fixes.
Related MCP server: Claude Memory MCP
First search
Recall runs inside a configured client. It is not a shell command. Give the agent one distinctive phrase:
Call
mooncite_recallwith "". Start without a scope. If it returns a candidate, inspect that candidate'sevidence_idwithmooncite_inspect. Treatverifiedas proof that the cited text still matches its source file. It does not prove the text is true.
Mooncite exposes exactly three evidence tools by default:
mooncite_recallsearches bounded local evidence.mooncite_inspectchecks a locator against current source bytes.mooncite_statusreports coverage and health without transcript text.
Learned memory is separate and off by default. Enabling it adds four mooncite_memory_* tools. Those tools store agent-authored interpretations in a separate database.
Read next
Agent workflow tells an agent when to recall, narrow, inspect, and recover.
MCP protocol lists exact tool inputs, outcomes, and learned-memory operations.
Operations covers install, source configuration, status, rebuild, disable, uninstall, and purge.
Architecture explains the engine, index, clients, and learned-memory boundary.
Security explains source containment, local data handling, and deletion limits.
Mooncite never writes source history. Text returned through MCP becomes model context and is subject to that model provider's data handling.
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
An MCP memory server. One memory your agents share — across models, devices and apps.
Private persistent memory for Claude, ChatGPT & Gemini via MCP - semantic search, zero-code setup.
Persistent AI memory shared across Claude, ChatGPT, coding agents, and compatible MCP clients.
Cloud-hosted MCP server for durable AI memory
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server that provides Claude agents with a comprehensive memory management system for storing and retrieving episodic, semantic, and procedural knowledge. It enables working memory persistence, knowledge graph integration, and interaction stream capture to enhance agent learning and context retrieval.359MIT
- FlicenseAqualityDmaintenanceA lightweight MCP server that provides Claude Desktop with persistent memory across conversations by storing, summarizing, and retrieving conversation history.3
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives Claude persistent memory by storing conversation context, entities, and enabling semantic search across sessions.181MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that provides persistent long-term memory for Claude Code, enabling storage, search, and retrieval of project knowledge across sessions.
Appeared in Searches
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/WhenMoon-afk/claude-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server