Skip to main content
Glama

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| A

Install

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 install

Tagged 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" status

The 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

Recall runs inside a configured client. It is not a shell command. Give the agent one distinctive phrase:

Call mooncite_recall with "". Start without a scope. If it returns a candidate, inspect that candidate's evidence_id with mooncite_inspect. Treat verified as 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_recall searches bounded local evidence.

  • mooncite_inspect checks a locator against current source bytes.

  • mooncite_status reports 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.

  • 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.

Maintenance

ActivityMaintained
ResponsivenessSyncing

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    An 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.
    359
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    A lightweight MCP server that provides Claude Desktop with persistent memory across conversations by storing, summarizing, and retrieving conversation history.
    3
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that gives Claude persistent memory by storing conversation context, entities, and enabling semantic search across sessions.
    18
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server that provides persistent long-term memory for Claude Code, enabling storage, search, and retrieval of project knowledge across sessions.

Latest Blog Posts

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