Home › Databases & Data › mcp-neo4j
mcp-neo4j
MCP Neo4j Knowledge Graph Memory Server
Topics: Databases
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.4.2)
uvx mcp-neo4j-memory
Or add to your MCP client config:
{
"mcpServers": {
"mcp-neo4j": {
"command": "uvx",
"args": [
"mcp-neo4j-memory"
],
"env": {
"NEO4J_URI": "<YOUR_VALUE>",
"NEO4J_USERNAME": "<YOUR_VALUE>",
"NEO4J_PASSWORD": "<YOUR_VALUE>",
"NEO4J_DATABASE": "<YOUR_VALUE>",
"NEO4J_NAMESPACE": "<YOUR_VALUE>"
}
}
}
}
NEO4J_URIrequired — Neo4j connection URINEO4J_USERNAMErequired — Neo4j usernameNEO4J_PASSWORDrequired secret — Neo4j passwordNEO4J_DATABASE— Neo4j database nameNEO4J_NAMESPACE— Tool namespace prefix
This repository has 4 servers listed in the Official MCP Registry.
Other names: io.github.neo4j-contrib/mcp-neo4j-aura-manager, io.github.neo4j-contrib/mcp-neo4j-cypher, io.github.neo4j-contrib/mcp-neo4j-data-modeling
Related servers
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry