Skip to content

Commit 6858634

Browse files
committed
Merge branch 'main' of github.com:docker/mcp-registry into add-astro-docs-server
2 parents 483cc60 + 51282d3 commit 6858634

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

0 commit comments

Comments
 (0)