mcp-neo4j
MCP Neo4j Knowledge Graph Memory Server
These MCP servers are part of the Neo4j Labs program and are designed to facilitate communication between large language models and Neo4j databases. Users can perform various actions such as querying the database schema, executing Cypher queries, and managing personal knowledge graphs. The servers are actively developed and welcome contributions, although they do not come with guarantees for backwards compatibility or support.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-neo4j-memory": {
"args": [
"mcp-neo4j-memory"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions