-
Notifications
You must be signed in to change notification settings - Fork 399
Expand file tree
/
Copy path.mcp.json
More file actions
44 lines (44 loc) · 1.21 KB
/
.mcp.json
File metadata and controls
44 lines (44 loc) · 1.21 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
{
"mcpServers": {
"docs-shopify-cli": {
"command": "npx",
"args": ["mcp-remote", "https://gitmcp.io/Shopify/cli"]
},
"docs-cloudflare-workers-sdk": {
"command": "npx",
"args": ["mcp-remote", "https://gitmcp.io/cloudflare/workers-sdk"]
},
"docs-cloudflare-workerd": {
"command": "npx",
"args": ["mcp-remote", "https://gitmcp.io/cloudflare/workerd"]
},
"docs-vite": {
"command": "npx",
"args": ["mcp-remote", "https://gitmcp.io/vitejs/vite"]
},
"docs-react": {
"command": "npx",
"args": ["mcp-remote", "https://gitmcp.io/facebook/react"]
},
"docs-react-router": {
"command": "npx",
"args": ["mcp-remote", "https://gitmcp.io/remix-run/react-router"]
},
"docs-remix": {
"command": "npx",
"args": ["mcp-remote", "https://gitmcp.io/remix-run/remix"]
},
"docs-hydrogen": {
"command": "npx",
"args": ["mcp-remote", "https://gitmcp.io/Shopify/hydrogen"]
},
"docs-xstate": {
"command": "npx",
"args": ["mcp-remote", "https://gitmcp.io/statelyai/xstate"]
},
"shopify-dev-mcp": {
"command": "npx",
"args": ["-y", "@shopify/dev-mcp@latest"]
}
}
}