|
2 | 2 |
|
3 | 3 | Model Context Protocol (MCP) is a [standardized protocol](https://modelcontextprotocol.io/introduction) for managing context between large language models (LLMs) and external systems. |
4 | 4 |
|
5 | | -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.: |
| 5 | +This lets you use Claude Desktop, or any other MCP Client (VS Code, Cursor, Windsurf), to use natural language to accomplish things with Neo4j and your Aura account, e.g.: |
6 | 6 |
|
7 | | -* `What is in this graph?` |
| 7 | +* What is in this graph? |
| 8 | +* Render a chart from the top products sold by frequency, total and average volume |
| 9 | +* List my instances |
| 10 | +* Create a new instance named mcp-test for Aura Professional with 4GB and Graph Data Science enabled |
| 11 | +* Store the fact that I worked on the Neo4j MCP Servers today with Andreas and Oskar |
8 | 12 |
|
9 | 13 | ## Servers |
10 | 14 |
|
11 | 15 | ### `mcp-neo4j-cypher` - natural language to Cypher queries |
12 | 16 |
|
| 17 | +[Details in Readme](./servers/mcp-neo4j-cypher/) |
| 18 | + |
| 19 | +Get database schema for a configured database and exeucte generated read and write Cypher queries on that database. |
| 20 | + |
13 | 21 | ### `mcp-neo4j-memory` - knowledge graph memory stored in Neo4j |
14 | 22 |
|
15 | | -### `mcp-json-memory` - knowledge graph memory stored in a file |
| 23 | +[Details in Readme](./servers/mcp-neo4j-cypher/) |
| 24 | + |
| 25 | +Store and retrieve entities and relationships from your personal knowledge graph in a local or remote Neo4j instance. |
| 26 | +Access that information over different sessions, conversations, clients. |
| 27 | + |
| 28 | +### `mcp-neo4j-cloud-aura-api` - Neo4j Aura cloud service management API |
16 | 29 |
|
17 | | -A reference server for modeling memory as a knowledge graph. |
| 30 | +[Details in Readme](./servers/mcp-neo4j-cloud-aura-api//) |
| 31 | + |
| 32 | +Manage your [Neo4j Aura](https://console.neo4j.io) instances directly from the comfort of your AI assistant chat. |
| 33 | + |
| 34 | +Create and destroy instances, find instances by name, scale them up and down and enable features. |
18 | 35 |
|
19 | 36 | ## Contributing |
20 | 37 |
|
21 | 38 | Contributions are welcome! Please feel free to submit a Pull Request. |
| 39 | + |
| 40 | +## License |
| 41 | + |
| 42 | +MIT License |
0 commit comments