Skip to content

Commit 3f1c8a9

Browse files
authored
Update model-context-protocol-mcp.adoc (#369)
* Update model-context-protocol-mcp.adoc * Update model-context-protocol-mcp.adoc * add example images
1 parent 6bcaa18 commit 3f1c8a9

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed
Loading
Loading

modules/genai-ecosystem/pages/model-context-protocol-mcp.adoc

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,38 @@ Tenant/Project Management
200200
image::https://dist.neo4j.com/wp-content/uploads/20250415082358/cursor-aura-mcp.png[width=400]
201201
image::https://dist.neo4j.com/wp-content/uploads/20250415082130/mcp-neo4j-aura-create-instance.png[width=400]
202202

203+
=== MCP-Neo4j-Data-Modeling
204+
205+
The https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-data-modeling[mcp-neo4j-data-modeling^] provides tools for creating, visualizing, and managing Neo4j graph data models.
206+
207+
This server enables you to define nodes, relationships, and properties to design graph database schemas that can be visualized interactively.
208+
209+
It offers these tools and operations:
210+
211+
Validation
212+
213+
* `validate_node` - validate a single node
214+
* `validate_relationship` - validate a single relationship
215+
* `validate_data_model` - validate a whole data model
216+
217+
Visualization
218+
219+
* `get_mermaid_config_str` - generate a configuration for Mermaid diagram visualization
220+
221+
Import / Export
222+
223+
* `load_from_arrows_json` - import a data model created in the https://arrows.app[Arrows web application^]
224+
* `export_to_arrows_json` - export a data model to Arrows format
225+
226+
Cypher Ingest
227+
228+
* `get_constraints_cypher_queries` - get the Cypher to create all necesary contraints
229+
* `get_node_cypher_ingest_query` - get the Cypher query to ingest the provided node label
230+
* `get_relationship_cypher_ingest_query` - get the Cypher query to ingest the provided relationship type
231+
232+
image::modules/genai-ecosystem/images/mcp-data-modeling-claude-data-discovery.png[width=400]
233+
image::modules/genai-ecosystem/images/mcp-data-modeling-claude-data-model-1-viz.png[width=400]
234+
203235
== Google MCP Toolbox
204236

205237
https://googleapis.github.io/genai-toolbox/getting-started/mcp_quickstart/[Google's MCP Toolbox for Database^] is an https://github.com/googleapis/genai-toolbox[open source tool^] to integrate a variety of databases as sources for agentic systems.

0 commit comments

Comments
 (0)