thoth-mem

EremesNG/thoth-mem
★ 0 stars TypeScript 🗄️ Database Updated 4d ago
Persistent memory MCP server for AI coding agents, built for durable cross-session context and fast retrieval.
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": {
    "thoth-mem": {
      "command": "npx",
      "args": [
        "-y",
        "EremesNG/thoth-mem"
      ]
    }
  }
}

README Excerpt

<div align="center"> <img src="img/thoth-mem.png" alt="Thoth-Mem" width="400" /> **Persistent memory for AI coding agents** Give your AI coding agent a brain that survives across sessions, compactions, and context resets. </div> --- Thoth-Mem is an MCP server with an optional HTTP REST API that stores what your agent learns — architecture decisions, bug fixes, patterns, preferences — in a local SQLite database with full-text search. When a new session starts, the agent picks up right where it le

Tools (20)

THOTH_DATA_DIRTHOTH_DEDUPE_WINDOW_MINUTESTHOTH_HTTP_DISABLEDTHOTH_HTTP_PORTTHOTH_MAX_CONTENT_LENGTHTHOTH_MAX_CONTEXT_RESULTSTHOTH_MAX_SEARCH_RESULTSTHOTH_PREVIEW_LENGTHarchitecturebugfixconfigdecisiondiscoverylearningmanualmem_capture_passivemem_contextmem_deletemem_get_observationmem_project_graph