Skip to content

Neo4j Agent Memory

Free

by MCP Community

Graph-based memory system for AI agents. Store people, places, organizations as nodes. Build semantic relationships (KNOWS, WORKS_AT, CREATED). Word-tokenized s

v0.2.5Added Apr 12, 2026
mcpneo4jgraph-databaseclaudeai-memory
Works with:ClaudeGPTGeminiCopilot

Neo4j Agent Memory MCP Server

Graph-based memory system for AI agents. Store people, places, organizations as nodes. Build semantic relationships (KNOWS, WORKS_AT, CREATED). Word-tokenized s

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @knowall-ai/mcp-neo4j-agent-memory
Add to claude_desktop_config.json
{
  "mcpServers": {
    "neo4j-agent-memory": {
      "command": "npx",
      "args": ["-y", "@knowall-ai/mcp-neo4j-agent-memory"]
    }
  }
}