-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.mcp.json.disabled
More file actions
51 lines (51 loc) · 1.13 KB
/
Copy path.mcp.json.disabled
File metadata and controls
51 lines (51 loc) · 1.13 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
50
51
{
"mcpServers": {
"grafana": {
"command": "/home/gavin/go/bin/mcp-grafana",
"env": {
"GRAFANA_URL": "${GRAFANA_URL}",
"GRAFANA_SERVICE_ACCOUNT_TOKEN": "${GRAFANA_SERVICE_ACCOUNT_TOKEN}"
},
"disabled": true
},
"shell": {
"command": "uvx",
"args": [
"mcp-shell-server"
],
"env": {
"ALLOW_COMMANDS": "ls,cat,pwd,grep,wc,find,head,tail,sort,uniq,cut,tr,sed,awk,jq,yq,kubectl,flux,talosctl,task,git,docker,helm"
}
},
"github": {
"command": "/home/gavin/mcp/github-mcp-server",
"args": [
"stdio"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
},
"disabled": true
},
"prometheus": {
"command": "npx",
"args": [
"-y",
"prometheus-mcp@latest",
"stdio"
],
"env": {
"PROMETHEUS_URL": "${PROMETHEUS_URL}"
},
"disabled": true
},
"cloudflare-docs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://docs.mcp.cloudflare.com/mcp"
]
}
}
}