File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
servers/neo4j-data-modeling Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ name : neo4j-data-modeling
2+ image : mcp/neo4j-data-modeling
3+ type : server
4+ meta :
5+ category : devops
6+ tags :
7+ - neo4j-data-modeling
8+ - devops
9+ about :
10+ title : Neo4j Data Modeling
11+ description : MCP server that assists in creating, validating and visualizing graph data models.
12+ icon : https://avatars.githubusercontent.com/u/916372?s=200&v=4
13+ source :
14+ project : https://github.com/neo4j-contrib/mcp-neo4j
15+ directory : servers/mcp-neo4j-data-modeling
16+ config :
17+ description : Optional configuration to deploy MCP server
18+ env :
19+ - name : NEO4J_TRANSPORT
20+ example : http
21+ value : ' {{neo4j-data-modeling.transport}}'
22+ - name : NEO4J_MCP_SERVER_HOST
23+ example : 0.0.0.0
24+ value : ' {{neo4j-data-modeling.server_host}}'
25+ - name : NEO4J_MCP_SERVER_PORT
26+ example : " 8000"
27+ value : ' {{neo4j-data-modeling.server_port}}'
28+ - name : NEO4J_MCP_SERVER_PATH
29+ example : /mcp/
30+ value : ' {{neo4j-data-modeling.server_path}}'
31+ parameters :
32+ type : object
33+ properties :
34+ transport :
35+ type : string
36+ server_host :
37+ type : string
38+ server_port :
39+ type : string
40+ server_path :
41+ type : string
42+ requirement : neo4j
You can’t perform that action at this time.
0 commit comments