This repository was archived by the owner on Mar 18, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.mcp.json
More file actions
49 lines (49 loc) · 1.34 KB
/
.mcp.json
File metadata and controls
49 lines (49 loc) · 1.34 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
{
"mcpServers": {
"cloud-run": {
"command": "/bin/sh",
"args": [
"-c",
"PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin:$PATH exec npx -y @google-cloud/cloud-run-mcp"
]
},
"sequential-thinking": {
"command": "/bin/sh",
"args": [
"-c",
"PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin:$PATH exec npx -y @modelcontextprotocol/server-sequential-thinking"
]
},
"playwright": {
"command": "/bin/sh",
"args": [
"-c",
"PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin:$PATH exec npx -y @playwright/mcp@latest"
]
},
"fetch": {
"command": "/bin/sh",
"args": [
"-c",
"PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin:$PATH exec uvx mcp-server-fetch"
]
},
"mcp-graphql": {
"command": "/bin/sh",
"args": [
"-c",
"PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin:$PATH exec npx -y mcp-graphql"
],
"env": {
"ENDPOINT": "https://api.fashionunited.com/graphql"
}
},
"context7": {
"command": "/bin/sh",
"args": [
"-c",
"PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin:$PATH exec npx -y @upstash/context7-mcp"
]
}
}
}