graphbase-memories-mcp

khoavu882/graphbase-memories-mcp
★ 1 stars Python 🧠 Memory/Knowledge Updated today
An MCP server (stdio) that stores sessions, decisions, and patterns as a knowledge graph and injects relevant context at session start.
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": {
    "graphbase-memories-m": {
      "command": "uvx",
      "args": [
        "graphbase-memories-mcp"
      ]
    }
  }
}

Or install with pip: pip install graphbase-memories-mcp