This repository was archived by the owner on Jan 29, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy path.mcp.json
More file actions
58 lines (58 loc) · 1.34 KB
/
.mcp.json
File metadata and controls
58 lines (58 loc) · 1.34 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"mcpServers": {
"gemini-flow": {
"command": "npx",
"args": [
"gemini-flow@latest",
"mcp",
"start"
],
"type": "stdio"
},
"ruv-swarm": {
"command": "npx",
"args": [
"ruv-swarm@latest",
"mcp",
"start"
],
"type": "stdio"
},
"Redis": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-redis", "redis://localhost:6379"]
},
"Git Tools": {
"command": "python3",
"args": ["-m", "mcp_server_git"]
},
"Puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
},
"Sequential Thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"Filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/chrisdukes/Desktop"]
},
"GitHub": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"]
},
"Mem0": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
},
"Supabase": {
"command": "npx",
"args": ["-y", "@supabase/mcp-server-supabase@latest"]
},
"mcp-omnisearch": {
"command": "npx",
"args": ["-y", "mcp-omnisearch"]
}
}
}