MCP servers for Neo4j integration with LLMs
Top 56.5% on sourcepulse
This project provides Neo4j integration for the Model Context Protocol (MCP), enabling users to interact with Neo4j databases and Neo4j Aura cloud services using natural language via MCP-compatible clients. It targets developers and users who want to leverage LLMs for data analysis, knowledge graph management, and cloud resource orchestration within the Neo4j ecosystem.
How It Works
The project consists of several components: mcp-neo4j-cypher
translates natural language into Cypher queries for Neo4j, mcp-neo4j-memory
stores and retrieves entities and relationships in Neo4j for knowledge graph applications, and mcp-neo4j-cloud-aura-api
manages Neo4j Aura instances. This modular approach allows for flexible integration with various LLM clients and use cases.
Quick Start & Requirements
pip install mcp-neo4j
(specific components may require separate installation or configuration).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is presented as a set of integrations rather than a standalone application, requiring users to have an existing MCP client and a Neo4j instance. Specific setup details for each component are primarily within the README.
3 days ago
Inactive