forked from IBM/mcp-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver_config.json
More file actions
46 lines (46 loc) · 1003 Bytes
/
server_config.json
File metadata and controls
46 lines (46 loc) · 1003 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
42
43
44
45
46
{
"mcpServers": {
"sqlite": {
"command": "uvx",
"args": ["mcp-server-sqlite", "--db-path", "test.db"]
},
"echo": {
"command": "uvx",
"args": ["chuk-mcp-echo", "stdio"]
},
"notion": {
"url": "https://mcp.notion.com/mcp",
"timeout": 300,
"max_retries": 0
},
"cloudflare_workers": {
"url": "https://bindings.mcp.cloudflare.com/mcp"
},
"brave_search": {
"command": "npx",
"args": ["-y", "@brave/brave-search-mcp-server"],
"env": {
"BRAVE_API_KEY": "${TOKEN:bearer:brave_search}"
}
},
"monday": {
"url": "https://mcp.monday.com/mcp"
},
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
},
"linkedin": {
"url": "https://linkedin.chukai.io/mcp"
},
"math": {
"command": "uvx",
"args": ["chuk-mcp-math-server"]
},
"weather": {
"url": "https://weather.chukai.io/mcp"
}
}
}