clancey

divmgl/clancey
★ 13 stars TypeScript AI/LLM Updated 11d ago ⚠ Review
An MCP server that indexes Claude Code and Codex conversations for semantic search using local embeddings.
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": {
    "clancey": {
      "command": "npx",
      "args": [
        "-y",
        "divmgl/clancey"
      ]
    }
  }
}

README Excerpt

Clancey is a memory for your AI coding sessions. As you work in Claude Code it quietly records what each session did, the decisions you made, and the things you learned along the way. Later you just ask Claude things like *"which conversation produced this PR, and why did we build it this way?"*, and it uses Clancey to find the session behind a branch or file, recall the reasoning, and read back what you actually said.