Skip to content

Commit b992e62

Browse files
authored
Merge pull request #40 from stacklok/renovate/ghcr.io-stacklok-dockyard-uvx-mcp-neo4j-cypher-0.x
chore(deps): update ghcr.io/stacklok/dockyard/uvx/mcp-neo4j-cypher docker tag to v0.3.1
2 parents 9ba9a1d + b46a253 commit b992e62

File tree

1 file changed

+39
-42
lines changed

1 file changed

+39
-42
lines changed

registry/mcp-neo4j-cypher/spec.yaml

Lines changed: 39 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -10,53 +10,50 @@ tier: Community
1010
status: Active
1111
transport: stdio
1212
tools:
13-
- execute_cypher
14-
- get_schema
15-
- explain_query
16-
- validate_cypher
17-
- get_database_info
13+
- get_neo4j_schema
14+
- read_neo4j_cypher
15+
- write_neo4j_cypher
1816
metadata:
19-
stars: 610
20-
pulls: 91
21-
last_updated: "2025-08-13T08:42:32Z"
17+
stars: 610
18+
pulls: 91
19+
last_updated: "2025-08-13T08:42:32Z"
2220
repository_url: https://github.com/neo4j-contrib/mcp-neo4j
2321
tags:
24-
- database
25-
- neo4j
26-
- cypher
27-
- query
28-
- graph-database
29-
image: ghcr.io/stacklok/dockyard/uvx/mcp-neo4j-cypher:0.3.0
22+
- database
23+
- neo4j
24+
- cypher
25+
- query
26+
- graph-database
27+
image: ghcr.io/stacklok/dockyard/uvx/mcp-neo4j-cypher:0.3.1
3028
permissions:
31-
network:
32-
outbound:
33-
allow_host:
34-
- localhost
35-
- '*.neo4j.io'
36-
- '*.databases.neo4j.io'
37-
allow_port:
38-
- 7687
39-
- 7473
40-
- 7474
41-
- 443
29+
network:
30+
outbound:
31+
allow_host:
32+
- localhost
33+
- '*.neo4j.io'
34+
- '*.databases.neo4j.io'
35+
allow_port:
36+
- 7687
37+
- 7473
38+
- 7474
39+
- 443
4240
env_vars:
43-
- name: NEO4J_URI
44-
description: Neo4j database connection URI
45-
required: true
46-
default: bolt://localhost:7687
47-
- name: NEO4J_USERNAME
48-
description: Neo4j database username
49-
required: false
50-
default: neo4j
51-
- name: NEO4J_PASSWORD
52-
description: Neo4j database password
53-
required: false
54-
secret: true
55-
- name: NEO4J_DATABASE
56-
description: Neo4j database name
57-
required: false
58-
default: neo4j
59-
41+
- name: NEO4J_URI
42+
description: Neo4j database connection URI
43+
required: true
44+
default: bolt://localhost:7687
45+
- name: NEO4J_USERNAME
46+
description: Neo4j database username
47+
required: false
48+
default: neo4j
49+
- name: NEO4J_PASSWORD
50+
description: Neo4j database password
51+
required: false
52+
secret: true
53+
- name: NEO4J_DATABASE
54+
description: Neo4j database name
55+
required: false
56+
default: neo4j
6057
# Provenance for supply chain security (Dockyard build)
6158
provenance:
6259
cert_issuer: https://token.actions.githubusercontent.com

0 commit comments

Comments
 (0)