-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp_config_clean.json
More file actions
84 lines (84 loc) · 2 KB
/
Copy pathmcp_config_clean.json
File metadata and controls
84 lines (84 loc) · 2 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"mcpServers": {
"common-mcp-gateway": {
"command": "common-mcp",
"args": [],
"disabled": false,
"env": {}
},
"adb-mcp-alt": {
"command": "npx",
"args": ["-y", "adb-mcp"],
"disabled": true,
"env": {}
},
"android-adb-mcp": {
"command": "npx",
"args": ["-y", "@landicefu/android-adb-mcp-server"],
"disabled": true,
"env": {}
},
"cursor-playwright": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"],
"disabled": true
},
"deepwiki": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.deepwiki.com/mcp"],
"disabled": true,
"env": {}
},
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"],
"disabled": true,
"env": {}
},
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/your/workspace"],
"disabled": true,
"env": {}
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"],
"disabled": true,
"env": {
"MEMORY_FILE_PATH": "memory.json"
}
},
"open-websearch": {
"command": "npx",
"args": ["-y", "@iflow-mcp/open-websearch"],
"disabled": true,
"env": {
"ALLOWED_SEARCH_ENGINES": "duckduckgo,bing,exa",
"DEFAULT_SEARCH_ENGINE": "duckduckgo",
"MODE": "stdio",
"PORT": "3001"
}
},
"perplexity-ask": {
"command": "npx",
"args": ["-y", "server-perplexity-ask"],
"disabled": true,
"env": {
"PERPLEXITY_API_KEY": "your-api-key-here"
}
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
"disabled": true,
"env": {}
},
"time": {
"command": "python",
"args": ["-m", "mcp_server_time"],
"disabled": true,
"env": {}
}
}
}