Neo4j
By thumbsupordown
The official Neo4j MCP server lets AI agents work with a Neo4j graph database using Cypher. Agents can read the database schema, run read-only Cypher queries to retrieve nodes and relationships, and execute write Cypher queries to create or update graph data, enabling knowledge-graph and memory workflows.
Tools
get_neo4j_schema
Retrieve all node types, attributes, and relationships.
read_neo4j_cypher
Execute a read-only Cypher query to retrieve graph data.
write_neo4j_cypher
Execute a write Cypher query to create or update graph data.