codex-prime

asmitdash/codex-prime
★ 0 stars Python Memory/Knowledge Updated 11d ago
Persistent memory for codebases — MCP server + Cognee knowledge graph. Every AI-assisted coding session becomes a decision record you can query later.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codex-prime": {
      "command": "uvx",
      "args": [
        "codex-prime"
      ]
    }
  }
}

Or install with pip: pip install codex-prime

README Excerpt

**Persistent memory for codebases. It remembers *why* decisions were made, not just what the code says.** Codex Prime is an MCP server that hooks into Claude Code / Cursor / Codex and turns every AI-assisted coding session into an ingest event for a Cognee knowledge graph tagged to your repo. When any dev later asks "why is this like this?", the answer comes from the graph — grounded in real PR / session history, not made up.