https://github.com/guanxinyuan/neo4j
https://github.com/guanxinyuan/neo4j
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guanxinyuan/neo4j
- Owner: Guanxinyuan
- Created: 2025-03-14T10:55:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T10:58:55.000Z (7 months ago)
- Last Synced: 2025-06-17T13:06:02.347Z (4 months ago)
- Language: TypeScript
- Size: 160 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.