Skip to content

Commit f5c3111

Browse files
authored
data modeling - add workflow diagram and link to demo repo (#148)
1 parent f2ca24c commit f5c3111

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

servers/mcp-neo4j-data-modeling/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Fixed
44

55
### Changed
6+
* Update README with link to data modeling demo repo and workflow image
67

78
### Added
89

servers/mcp-neo4j-data-modeling/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
A Model Context Protocol (MCP) server implementation that provides tools for creating, visualizing, and managing Neo4j graph data models. This server enables you to define nodes, relationships, and properties to design graph database schemas that can be visualized interactively.
66

7+
This MCP server facilitates data modeling workflows like the one detailed below.
8+
9+
* Blue steps are handled by the agent
10+
* Purple by the Data Modeling MCP server
11+
* Green by the user
12+
13+
![data-modeling-workflow](./assets/images/data-modeling-process-v2.png)
14+
15+
16+
## Demo
17+
18+
For an end to end demo using the Data Modeling and Cypher MCP servers to develop a data model, generate an ingest script, and validate use cases please check out [this Github Repo](https://github.com/neo4j-field/data-modeling-assistant-demo).
19+
720
## 🧩 Components
821

922
### 📦 Resources
640 KB
Loading

0 commit comments

Comments
 (0)