forked from ShinMegamiBoson/OpenPlanter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.mcp.json
More file actions
41 lines (41 loc) · 806 Bytes
/
.mcp.json
File metadata and controls
41 lines (41 loc) · 806 Bytes
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
{
"mcpServers": {
"claude-flow": {
"command": "npx",
"args": [
"@claude-flow/cli@latest",
"mcp",
"start"
],
"env": {
"CLAUDE_FLOW_MODE": "v3",
"CLAUDE_FLOW_HOOKS_ENABLED": "true",
"CLAUDE_FLOW_TOPOLOGY": "hierarchical-mesh",
"CLAUDE_FLOW_MAX_AGENTS": "15",
"CLAUDE_FLOW_MEMORY_BACKEND": "hybrid"
},
"autoStart": false
},
"ruv-swarm": {
"command": "npx",
"args": [
"ruv-swarm",
"mcp",
"start"
],
"env": {},
"optional": true
},
"flow-nexus": {
"command": "npx",
"args": [
"flow-nexus@latest",
"mcp",
"start"
],
"env": {},
"optional": true,
"requiresAuth": true
}
}
}