File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
servers/mcp-neo4j-cloud-aura-api Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ Environment variables are also supported:
6363
6464``` bash
6565export NEO4J_TRANSPORT=http
66- export NEO4J_HTTP_HOST =0.0.0.0
67- export NEO4J_HTTP_PORT =8080
68- export NEO4J_HTTP_PATH =/api/mcp/
66+ export NEO4J_MCP_SERVER_HOST =0.0.0.0
67+ export NEO4J_MCP_SERVER_PORT =8080
68+ export NEO4J_MCP_SERVER_PATH =/api/mcp/
6969mcp-neo4j-cypher
7070```
7171
Original file line number Diff line number Diff line change @@ -179,10 +179,10 @@ mcp-neo4j-aura-manager --transport http --host 0.0.0.0 --port 8080 --path /api/m
179179Environment variables for HTTP configuration:
180180
181181``` bash
182- export NEO4J_AURA_TRANSPORT =http
183- export NEO4J_AURA_HTTP_HOST =0.0.0.0
184- export NEO4J_AURA_HTTP_PORT =8080
185- export NEO4J_AURA_HTTP_PATH =/api/mcp/
182+ export NEO4J_TRANSPORT =http
183+ export NEO4J_MCP_SERVER_HOST =0.0.0.0
184+ export NEO4J_MCP_SERVER_PORT =8080
185+ export NEO4J_MCP_SERVER_PATH =/api/mcp/
186186mcp-neo4j-aura-manager
187187```
188188
You can’t perform that action at this time.
0 commit comments