-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.yaml
More file actions
223 lines (191 loc) · 6.1 KB
/
Copy pathcatalog.yaml
File metadata and controls
223 lines (191 loc) · 6.1 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
# Built-in catalog of publicly hosted remote MCP servers.
#
# Fields:
# description one-line summary
# url MCP endpoint
# transport streamable-http | sse (sse = legacy HTTP+SSE protocol)
# auth none | static | oauth
# none no credential needed (or optional)
# static provider issues an API key / PAT; `header` names
# the header and ${ENV} placeholder to use
# oauth provider requires the MCP authorization flow
# (discovery + DCR + PKCE, run on first use)
# header for auth=static: "Header-Name: value template"
# notes caveats to read before enabling
#
# Providers change URLs and auth requirements; check the provider's docs
# when a probe fails.
servers:
atlassian:
description: Jira, Confluence, and Compass (official)
url: https://mcp.atlassian.com/v1/sse
transport: sse
auth: oauth
aws-knowledge:
description: AWS documentation and knowledge base
url: https://knowledge-mcp.global.api.aws
transport: streamable-http
auth: none
box:
description: Box content management (official)
url: https://mcp.box.com
transport: streamable-http
auth: oauth
canva:
description: Canva design tools (official)
url: https://mcp.canva.com/mcp
transport: streamable-http
auth: oauth
cloudflare:
description: Cloudflare account tooling (official)
url: https://mcp.cloudflare.com/mcp
transport: streamable-http
auth: oauth
cloudflare-docs:
description: Cloudflare documentation search (official)
url: https://docs.mcp.cloudflare.com/sse
transport: sse
auth: none
context7:
description: Library documentation lookup
url: https://mcp.context7.com/mcp
transport: streamable-http
auth: static
header: "CONTEXT7_API_KEY: ${CONTEXT7_API_KEY}"
notes: anonymous access works with reduced rate limits
datadog:
description: Datadog observability (official)
url: https://mcp.datadoghq.com/api/unstable/mcp-server/mcp
transport: streamable-http
auth: static
header: "Authorization: Bearer ${DATADOG_API_KEY}"
notes: endpoint is marked unstable by the provider
excalidraw:
description: Excalidraw diagram generation
url: https://mcp.excalidraw.com/mcp
transport: streamable-http
auth: none
github:
description: GitHub repositories, issues, PRs (official)
url: https://api.githubcopilot.com/mcp
transport: streamable-http
auth: static
header: "Authorization: Bearer ${GITHUB_PAT}"
notes: OAuth also supported; a fine-grained PAT is the simplest setup
gitlab:
description: GitLab projects and merge requests (official)
url: https://gitlab.com/api/v4/mcp
transport: streamable-http
auth: static
header: "Authorization: Bearer ${GITLAB_PAT}"
google-maps:
description: Google Maps places and directions
url: https://mapstools.googleapis.com/mcp
transport: streamable-http
auth: static
header: "X-Goog-Api-Key: ${GOOGLE_MAPS_API_KEY}"
granola:
description: Granola meeting notes
url: https://mcp.granola.ai/mcp
transport: streamable-http
auth: oauth
hubspot:
description: HubSpot CRM (official)
url: https://mcp.hubspot.com
transport: streamable-http
auth: oauth
huggingface:
description: Hugging Face models, datasets, Spaces (official)
url: https://huggingface.co/mcp
transport: streamable-http
auth: none
notes: "optional: Authorization: Bearer ${HF_TOKEN} unlocks private assets"
jam:
description: Jam bug reports and recordings (official)
url: https://mcp.jam.dev/mcp
transport: streamable-http
auth: oauth
kiwi:
description: Kiwi.com flight search
url: https://mcp.kiwi.com
transport: streamable-http
auth: none
linear:
description: Linear issues, projects, comments (official)
url: https://mcp.linear.app/mcp
transport: streamable-http
auth: oauth
notes: personal API keys also work as a static bearer
mcp-spec:
description: Model Context Protocol specification search
url: https://modelcontextprotocol.io/mcp
transport: streamable-http
auth: none
mermaid:
description: Mermaid chart rendering
url: https://mcp.mermaidchart.com/mcp
transport: streamable-http
auth: oauth
monday:
description: monday.com work management (official)
url: https://mcp.monday.com/sse
transport: sse
auth: oauth
neon:
description: Neon serverless Postgres (official)
url: https://mcp.neon.tech/mcp
transport: streamable-http
auth: oauth
notion:
description: Notion workspaces (official)
url: https://mcp.notion.com/mcp
transport: streamable-http
auth: oauth
paypal:
description: PayPal payments (official)
url: https://mcp.paypal.com/mcp
transport: streamable-http
auth: oauth
replicate:
description: Replicate model inference (official)
url: https://mcp.replicate.com/sse
transport: sse
auth: static
header: "Authorization: Bearer ${REPLICATE_API_TOKEN}"
semgrep:
description: Semgrep static analysis (official)
url: https://mcp.semgrep.ai/mcp
transport: streamable-http
auth: none
sentry:
description: Sentry error tracking (official)
url: https://mcp.sentry.dev/mcp
transport: streamable-http
auth: oauth
slack:
description: Slack messaging (official)
url: https://mcp.slack.com/mcp
transport: streamable-http
auth: oauth
square:
description: Square commerce (official)
url: https://mcp.squareup.com/sse
transport: sse
auth: oauth
stripe:
description: Stripe payments (official)
url: https://mcp.stripe.com
transport: streamable-http
auth: static
header: "Authorization: Bearer ${STRIPE_KEY}"
notes: use a restricted API key; OAuth also supported
vercel:
description: Vercel deployments (official)
url: https://mcp.vercel.com
transport: streamable-http
auth: oauth
wix:
description: Wix site management (official)
url: https://mcp.wix.com/mcp
transport: streamable-http
auth: oauth