mcp-memory-service

doobidoo/mcp-memory-service
★ 1,683 stars Python 🤖 AI/LLM Updated 17d ago
Open-source persistent memory for AI agent pipelines (LangGraph, CrewAI, AutoGen) and Claude. REST API + knowledge graph + autonomous consolidation.
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": {
    "mcp-memory-service": {
      "command": "uvx",
      "args": [
        "mcp-memory-service"
      ]
    }
  }
}

Or install with pip: pip install mcp-memory-service

Topics

agent-memoryagentic-aiai-agentsautogenclaudecrewaiknowledge-graphlanggraphlong-term-memorymcpmcp-servermemorymodel-context-protocolmulti-agentopen-source