-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path.mcp.json
More file actions
103 lines (103 loc) · 2.88 KB
/
Copy path.mcp.json
File metadata and controls
103 lines (103 loc) · 2.88 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"mcpServers": {
"api-guidelines": {
"type": "http",
"url": "https://api-mcp.bitso.io/mcp"
},
"atlas": {
"type": "http",
"url": "https://atlas-mcp.bitso.io/mcp"
},
"atlassian": {
"type": "http",
"url": "https://mcp.atlassian.com/v1/mcp"
},
"awslabs-core": {
"type": "stdio",
"command": "uvx",
"args": [
"--python",
"3.13",
"awslabs.core-mcp-server@1.0.23"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR",
"AWS_PROFILE": "${AWS_PROFILE}",
"AWS_REGION": "${AWS_REGION}",
"SSL_CERT_FILE": "${SSL_CERT_FILE}",
"REQUESTS_CA_BUNDLE": "${REQUESTS_CA_BUNDLE}",
"AWS_CA_BUNDLE": "${AWS_CA_BUNDLE}",
"UV_NATIVE_TLS": "true"
}
},
"awslabs-aws-diagram": {
"type": "stdio",
"command": "uvx",
"args": [
"awslabs.aws-diagram-mcp-server@1.0.20"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR",
"SSL_CERT_FILE": "${SSL_CERT_FILE}",
"REQUESTS_CA_BUNDLE": "${REQUESTS_CA_BUNDLE}",
"AWS_CA_BUNDLE": "${AWS_CA_BUNDLE}",
"UV_NATIVE_TLS": "true"
}
},
"awslabs-aws-documentation": {
"type": "stdio",
"command": "uvx",
"args": [
"awslabs.aws-documentation-mcp-server@1.1.18"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR",
"SSL_CERT_FILE": "${SSL_CERT_FILE}",
"REQUESTS_CA_BUNDLE": "${REQUESTS_CA_BUNDLE}",
"AWS_CA_BUNDLE": "${AWS_CA_BUNDLE}",
"UV_NATIVE_TLS": "true"
}
},
"datadog": {
"type": "http",
"url": "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp"
},
"eks-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"awslabs.eks-mcp-server@0.1.23",
"--allow-sensitive-data-access"
],
"env": {
"FASTMCP_LOG_LEVEL": "INFO",
"AWS_PROFILE": "eks-mcp",
"AWS_REGION": "${AWS_REGION}",
"AWS_CA_BUNDLE": "${CLOUDFLARE_CA_CERT}",
"SSL_CERT_FILE": "${CLOUDFLARE_CA_CERT}"
}
},
"github": {
"type": "stdio",
"command": "sh",
"args": [
"-c",
"docker run -i --rm -v \"$HOME/cloudflare-certificates/cloudflare_ca_certificate.pem:/etc/ssl/custom/cf-custom-ca.pem:ro\" -e SSL_CERT_FILE=/etc/ssl/custom/cf-custom-ca.pem -e GITHUB_PERSONAL_ACCESS_TOKEN -e GITHUB_READ_ONLY=1 -e GITHUB_LOCKDOWN_MODE=1 -e \"GITHUB_TOOLSETS=context,dependabot,code_security,secret_protection,security_advisories,labels,pull_requests\" ghcr.io/github/github-mcp-server:0.30.2"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
}
},
"signadot": {
"type": "stdio",
"command": "signadot",
"args": [
"mcp"
]
},
"sonarqube": {
"type": "http",
"url": "https://sonarqube-mcp.bitso.io/mcp"
}
}
}