Native graph database for connected data and Cypher queries.
## Neo4j MCP Server: Property Graph Database The **Neo4j MCP Server** integrates Neo4j into Google Antigravity. Execute Cypher queries to explore and analyze connected data with the world's leading graph database. ### Why Neo4j MCP? Neo4j is the most popular graph database. The MCP provides: - **Cypher Language**: Intuitive graph queries - **ACID Compliance**: Transaction guarantees - **Visualization**: Graph exploration - **Algorithms**: Built-in graph algorithms ### Key Features #### 1. Cypher Queries Pattern matching: - Node patterns - Relationship traversal - Path expressions - Aggregations #### 2. Graph Features Advanced capabilities: - Full-text search - Spatial functions - Graph algorithms - APOC procedures ### Configuration ```json { "mcpServers": { "neo4j": { "command": "npx", "args": ["-y", "@neo4j/mcp-server"], "env": { "NEO4J_URI": "bolt://localhost:7687" } } } } ``` The Neo4j MCP enables powerful graph database operations.
{
"mcpServers": {
"neo4j": {}
}
}