https://github.com/neo4j-contrib/mcp-neo4j
Model Context Protocol with Neo4j
https://github.com/neo4j-contrib/mcp-neo4j
Last synced: 24 days ago
JSON representation
Model Context Protocol with Neo4j
- Host: GitHub
- URL: https://github.com/neo4j-contrib/mcp-neo4j
- Owner: neo4j-contrib
- Created: 2024-12-03T15:44:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T15:07:21.000Z (4 months ago)
- Last Synced: 2024-12-11T15:45:01.364Z (4 months ago)
- Language: TypeScript
- Size: 278 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-list - neo4j-contrib/mcp-neo4j - contrib/mcp-neo4j?style=social)](https://github.com/neo4j-contrib/mcp-neo4j): Enables Model Context Protocol interactions with Neo4j databases. (Uncategorized / Uncategorized)
- awesome-mcp-servers - neo4j-contrib/mcp-neo4j - Model Context Protocol with Neo4j (Legend / 🗄️ <a name="databases"></a>Databases)
- awesome-mcp-servers - neo4j-contrib/mcp-neo4j - Model Context Protocol with Neo4j (Legend / 🗄️ <a name="databases"></a>Databases)
- awesome-mcp-servers - Neo4j MCP - Model Context Protocol with Neo4j (Table of Contents / Databases)
- awesome-hacking-lists - neo4j-contrib/mcp-neo4j - Model Context Protocol with Neo4j (Python)
README
# Neo4j MCP Clients & Servers
Model Context Protocol (MCP) is a [standardized protocol](https://modelcontextprotocol.io/introduction) for managing context between large language models (LLMs) and external systems.
This lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things with Neo4j and your Aura account, e.g.:
* `What is in this graph?`
## Servers
### `mcp-neo4j-cypher` - natural language to Cypher queries
### `mcp-neo4j-memory` - knowledge graph memory stored in Neo4j
### `mcp-json-memory` - knowledge graph memory stored in a file
A reference server for modeling memory as a knowledge graph.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.