Neo4j MCP Server
Official Neo4j MCP server for running Cypher graph queries against Neo4j.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for Neo4j MCP Server, derived from its capabilities.
These scores are auto-generated from public information (the agent's own listing, docs, and repository) using the canonical OWASP AIVSS formula and the MAESTRO framework — an estimate for guidance, not a penetration test, audit, or certification. See the scoring methodology. Are you the vendor? Factual corrections are free.
Overview
Neo4j's official MCP server lets agents query and mutate a graph database using Cypher over a bolt URI, with optional read-only mode. It authenticates with a Neo4j username and password. Cypher write access and connection credentials are the main security surface, mitigated by a configurable read-only flag.
Key features
- Cypher query execution
- Read-only mode toggle
- Bolt URI configuration
- Username/password auth
Use cases
- Exploring graph data conversationally
- Automating graph updates with an agent