craft-memory

matrixNeo76/craft-memory
★ 0 stars Python 🔌 API Integration Updated today
Persistent cross-session memory MCP server for Craft Agents. 57+ MCP tools, SQLite+FTS5, knowledge graph, wiki export, 12 automations.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "craft-memory": {
      "command": "uvx",
      "args": [
        "craft-memory"
      ]
    }
  }
}

Or install with pip: pip install craft-memory

README Excerpt

> Persistent cross-session memory for [Craft Agents](https://craft.do/agents). > 57+ MCP tools · 15 REST APIs · 10 CLI commands · 12 automations · Knowledge graph · Wiki export --- Every AI session starts from zero. Craft Memory gives your agent a local, long-term memory that survives session restarts, model switches, and provider changes — with full-text search, a knowledge graph, procedural workflows, auto-generated wiki, and deep integration with the Craft Agents automation system.