Skip to content

Commit d94e00e

Browse files
committed
Repository and README cleanup
1 parent 65c518d commit d94e00e

31 files changed

+25
-13510
lines changed

DEVELOP.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

README.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,41 @@
22

33
Model Context Protocol (MCP) is a [standardized protocol](https://modelcontextprotocol.io/introduction) for managing context between large language models (LLMs) and external systems.
44

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.:
66

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
812

913
## Servers
1014

1115
### `mcp-neo4j-cypher` - natural language to Cypher queries
1216

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+
1321
### `mcp-neo4j-memory` - knowledge graph memory stored in Neo4j
1422

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
1629

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.
1835

1936
## Contributing
2037

2138
Contributions are welcome! Please feel free to submit a Pull Request.
39+
40+
## License
41+
42+
MIT License

eslint.config.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

jest.config.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

jest.preset.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

libs/graphrag-memory/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

libs/graphrag-memory/eslint.config.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

libs/graphrag-memory/jest.config.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

libs/graphrag-memory/package.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

libs/graphrag-memory/project.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)