Thoth Mem
Freeby MCP Community
Persistent memory MCP server for AI coding agents
v0.1.8Added Apr 12, 2026
mcpmemoryaicoding-agentsqlite
Thoth Mem MCP Server
Persistent memory MCP server for AI coding agents
Installation
Reviews
Installation
Quick install
npx -y thoth-mem
Add to claude_desktop_config.json
{
"mcpServers": {
"thoth-mem": {
"command": "npx",
"args": ["-y", "thoth-mem"]
}
}
}