File tree Expand file tree Collapse file tree 1 file changed +39
-42
lines changed
registry/mcp-neo4j-cypher Expand file tree Collapse file tree 1 file changed +39
-42
lines changed Original file line number Diff line number Diff line change @@ -10,53 +10,50 @@ tier: Community
1010status : Active
1111transport : stdio
1212tools :
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
1816metadata :
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"
2220repository_url : https://github.com/neo4j-contrib/mcp-neo4j
2321tags :
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
3028permissions :
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
4240env_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)
6158provenance :
6259 cert_issuer : https://token.actions.githubusercontent.com
You can’t perform that action at this time.
0 commit comments