-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.mcp.json
More file actions
42 lines (42 loc) 路 1.03 KB
/
Copy path.mcp.json
File metadata and controls
42 lines (42 loc) 路 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"mcpServers": {
"repo": {
"type": "stdio",
"command": "bun",
"args": ["script.ts", "dev", "mcp", "stdio", "client"]
},
"neo4j-semio": {
"type": "stdio",
"command": "bun",
"args": ["script.ts", "dev", "mcp", "neo4j", "semio"]
},
"neo4j-elements": {
"type": "stdio",
"command": "bun",
"args": ["script.ts", "dev", "mcp", "neo4j", "elements"]
},
"neo4j-coda": {
"type": "stdio",
"command": "bun",
"args": ["script.ts", "dev", "mcp", "neo4j", "coda"]
},
"neo4j-reuse": {
"type": "stdio",
"command": "bun",
"args": ["script.ts", "dev", "mcp", "neo4j", "reuse"]
},
"neo4j-metabolism": {
"type": "stdio",
"command": "bun",
"args": ["script.ts", "dev", "mcp", "neo4j", "metabolism"]
},
"neo4j-extra": {
"type": "stdio",
"command": "bun",
"args": ["script.ts", "dev", "mcp", "neo4j"],
"env": {
"NEO4J_DATABASE": "${env:NEO4J_EXTRA_GRAPH_DATABASE}"
}
}
}
}