MCP Directory
Back

better-memory-mcp

by guinacio · TypeScript · ★ 0

Enhanced MCP memory server with advanced graph operations: observation-level search, relation filtering, neighbor traversal, subgraph extraction, and path finding. Fork of @modelcontextprotocol/memory with significantly expanded query capabilities.

#ai-agents#ai-memory#graph-database#knowledge-graph#llm-tools#mcp#memory#model-context-protocol

Install

npx -y github:guinacio/better-memory-mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "better-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:guinacio/better-memory-mcp"
      ]
    }
  }
}

From the README

> Enhanced fork of [@modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers/tree/main/src/memory) A full-featured persistent memory system using a local knowledge graph. This lets Claude remember information about the user across chats, with advanced search, graph traversal, and filtering capabilities. Storage backend: Kuzu graph database (primary), with one-time JSONL import support. | Feature | server-memory | better-memory-mcp | |---------|---------------|-------------------| | **Advanced Search** | Basic substring matching | Boolean operators (, ), field pre…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers