-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample..mcp.json
More file actions
37 lines (37 loc) · 838 Bytes
/
example..mcp.json
File metadata and controls
37 lines (37 loc) · 838 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
{
"mcpServers": {
"next-devtools": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"next-devtools-mcp@latest"
]
},
"chakra-ui": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@chakra-ui/react-mcp"
]
},
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "YOUR_API_KEY"
}
},
"playwright": {
"command": "cmd",
"args": [
"/c",
"npx",
"@playwright/mcp@latest"
]
}
}
}