mnemo-cortex-mcp

GuyMannDude/mnemo-cortex-mcp
★ 0 stars JavaScript AI/LLM Updated today
MCP server bridge for Mnemo Cortex — gives Claude Desktop persistent semantic memory
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": {
    "mnemo-cortex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "GuyMannDude/mnemo-cortex-mcp"
      ]
    }
  }
}

README Excerpt

> **Claude Desktop integration temporarily pulled (v2.3.0, April 7 2026).** Anthropic's Claude Desktop (v2.1.87+) moved session storage from disk JSONL to internal IndexedDB. The automatic session watcher that captured conversations into Mnemo broke silently. Rather than ship a known-broken integration, we pulled it until a reliable capture path exists.