-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
31 lines (30 loc) · 758 Bytes
/
Copy pathmcp.json
File metadata and controls
31 lines (30 loc) · 758 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
{
"servers": {
"deepwiki": {
"url": "https://mcp.deepwiki.com/mcp"
},
"playwright": {
"command": "npx",
// vision optimizes this for visual testing, which is mostly what I want
"args": ["@playwright/mcp@latest", "--isolated", "--cap", "visual"]
},
"chrome-mcp-server": {
"type": "streamableHttp",
"url": "http://127.0.0.1:12306/mcp"
},
"context7": {
"url": "https://mcp.context7.com/mcp"
},
"stripe": {
"url": "https://mcp.stripe.com"
},
"chrome-devtools": {
"command": "npx",
"args": ["chrome-devtools-mcp@latest"]
},
"terraform": {
"command": "docker",
"args": ["run", "-i", "--rm", "hashicorp/terraform-mcp-server"]
}
}
}