brethof-mind

BrethofAI/brethof-mind
★ 2 stars Python 🤖 AI/LLM Updated 1d ago
Long-term memory for Claude Code, built on SurrealDB. Don't summarize your memory — search it: full-text + vector + graph. MCP server + hooks, 100% local, no API.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "brethof-mind": {
      "command": "uvx",
      "args": [
        "brethof-mind"
      ]
    }
  }
}

Or install with pip: pip install brethof-mind

README Excerpt

**Long-term memory for [Claude Code](https://docs.claude.com/en/docs/claude-code), built on [SurrealDB](https://surrealdb.com).** *Don't summarize your memory — search it. The complete session history for Claude Code: full-text + vector + graph, 100% local, no API.* Claude Code forgets everything between sessions. brethof-mind gives it a

Topics

ai-memoryclaude-codemcpmemorysurrealdb