-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathmarketplace.json
More file actions
762 lines (762 loc) · 21.5 KB
/
marketplace.json
File metadata and controls
762 lines (762 loc) · 21.5 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
{
"name": "cursor-plugins",
"owner": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"metadata": {
"description": "Official Cursor plugin marketplace: developer tools, framework rules, MCP integrations, and agent skills"
},
"plugins": [
{
"name": "frontend",
"source": "frontend",
"description": "Cursor plugin for frontend engineering workflows: React, TypeScript, accessibility, and performance"
},
{
"name": "design",
"source": "design",
"description": "Cursor plugin for product design workflows: UX specs, design systems, handoff, and iteration"
},
{
"name": "data-science",
"source": "data-science",
"description": "Cursor plugin for analyst-first data science workflows: exploratory analysis, validation, and decision-ready reporting"
},
{
"name": "ios",
"source": "ios",
"description": "Cursor plugin for iOS development: Swift, SwiftUI, architecture, and testing"
},
{
"name": "android",
"source": "android",
"description": "Cursor plugin for Android development: Kotlin, Jetpack Compose, architecture, and testing"
},
{
"name": "planning",
"source": "planning",
"description": "Cursor plugin for software planning: scope, milestones, risk management, and execution plans"
},
{
"name": "code-review",
"source": "code-review",
"description": "Cursor plugin for code review workflows: correctness, security, regressions, and actionable feedback"
},
{
"name": "web-browser",
"source": "web-browser",
"description": "Cursor plugin for browser debugging workflows: DevTools, network traces, and reproducible bug reports"
},
{
"name": "documentation",
"source": "documentation",
"description": "Cursor plugin for technical documentation workflows: READMEs, API docs, architecture notes, and changelogs"
},
{
"name": "learning",
"source": "learning",
"description": "Cursor plugin for learning workflows: skill mapping, practice plans, and feedback loops"
},
{
"name": "cursor-dev-kit",
"source": "cursor-dev-kit",
"description": "Cursor Dev Kit: internal-style workflows used by Cursor developers for CI, code review, shipping, and testing"
},
{
"name": "create-plugin",
"source": "create-plugin",
"description": "Meta plugin for creating Cursor plugins with manifest scaffolding, component templates, and submission checks"
},
{
"name": "github",
"source": "github",
"description": "Version control and collaborative development platform."
},
{
"name": "figma",
"source": "figma",
"description": "Design and collaboration platform for teams."
},
{
"name": "context7",
"source": "context7",
"description": "Up-to-date code documentation."
},
{
"name": "playwright",
"source": "playwright",
"description": "End-to-end browser testing."
},
{
"name": "shadcn",
"source": "shadcn",
"description": "Use the shadcn/ui MCP server to browse, search, and install components from registries."
},
{
"name": "salesforce-dx",
"source": "salesforce-dx",
"description": "Interact with Salesforce orgs, manage metadata, data, and development workflows."
},
{
"name": "vercel",
"source": "vercel",
"description": "Manage projects and deployments on Vercel."
},
{
"name": "gitlab",
"source": "gitlab",
"description": "DevSecOps platform for code, CI/CD, and security."
},
{
"name": "posthog",
"source": "posthog",
"description": "Analytics, error tracking, and feature flags."
},
{
"name": "netlify",
"source": "netlify",
"description": "Build and deploy web projects."
},
{
"name": "heroku",
"source": "heroku",
"description": "Manage Heroku apps and resources."
},
{
"name": "postman",
"source": "postman",
"description": "API collaboration and testing."
},
{
"name": "sap-cap",
"source": "sap-cap",
"description": "SAP Cloud Application Programming Model development."
},
{
"name": "sap-fiori",
"source": "sap-fiori",
"description": "SAP Fiori UI elements and application development."
},
{
"name": "sap-mdk",
"source": "sap-mdk",
"description": "SAP Mobile Development Kit tools and templates."
},
{
"name": "sap-ui5",
"source": "sap-ui5",
"description": "OpenUI5 and SAPUI5 web application development."
},
{
"name": "mongodb",
"source": "mongodb",
"description": "Manage MongoDB data and deployments."
},
{
"name": "dbt-labs",
"source": "dbt-labs",
"description": "dbt CLI, Semantic Layer, and Discovery API."
},
{
"name": "atlassian",
"source": "atlassian",
"description": "Project management and collaboration tools including Jira and Confluence."
},
{
"name": "duckdb",
"source": "duckdb",
"description": "In-process SQL OLAP database for local analytics."
},
{
"name": "braintrust",
"source": "braintrust",
"description": "Access to the documentation, experiments, and logs in Braintrust."
},
{
"name": "browserbase",
"source": "browserbase",
"description": "Headless browser sessions for agents."
},
{
"name": "chrome-devtools",
"source": "chrome-devtools",
"description": "Debug web pages directly in Chrome with DevTools debugging capabilities and performance insights."
},
{
"name": "clickup",
"source": "clickup",
"description": "Project management and collaboration for teams & agents."
},
{
"name": "shopify",
"source": "shopify",
"description": "Shopify app development tools."
},
{
"name": "snyk",
"source": "snyk",
"description": "Vulnerability scanning of your codebase."
},
{
"name": "hugging-face",
"source": "hugging-face",
"description": "Access the Hugging Face Hub and Gradio MCP Servers."
},
{
"name": "wix",
"source": "wix",
"description": "Build and manage Wix sites."
},
{
"name": "semgrep",
"source": "semgrep",
"description": "Scan code for security vulnerabilities."
},
{
"name": "launchdarkly",
"source": "launchdarkly",
"description": "Feature flags as a service."
},
{
"name": "statsig",
"source": "statsig",
"description": "Feature flags and experimentation platform."
},
{
"name": "endor-labs",
"source": "endor-labs",
"description": "Security risk insights for code."
},
{
"name": "instantdb",
"source": "instantdb",
"description": "Query and manage InstantDB."
},
{
"name": "tinybird",
"source": "tinybird",
"description": "Real-time analytics APIs."
},
{
"name": "neon",
"source": "neon",
"description": "Manage Neon Postgres."
},
{
"name": "socket",
"source": "socket",
"description": "Analyze and secure dependencies."
},
{
"name": "pipedream",
"source": "pipedream",
"description": "Connect to APIs and workflows."
},
{
"name": "auth0",
"source": "auth0",
"description": "Manage Auth0 resources."
},
{
"name": "honeycomb",
"source": "honeycomb",
"description": "Query observability data and SLOs."
},
{
"name": "pagerduty",
"source": "pagerduty",
"description": "Manage incidents and alerts."
},
{
"name": "graphite",
"source": "graphite",
"description": "Create and manage stacked PRs."
},
{
"name": "railway",
"source": "railway",
"description": "Deploy apps, databases, and services."
},
{
"name": "replicate",
"source": "replicate",
"description": "Search, discover, compare, and run AI models with a cloud API."
},
{
"name": "aws-documentation",
"source": "aws-documentation",
"description": "Access AWS documentation, search, and get recommendations."
},
{
"name": "select-star",
"source": "select-star",
"description": "Data catalog, lineage, and context."
},
{
"name": "sonarqube",
"source": "sonarqube",
"description": "Analyze code with SonarQube."
},
{
"name": "ms-learn-docs",
"source": "ms-learn-docs",
"description": "Search Microsoft docs."
},
{
"name": "paypal",
"source": "paypal",
"description": "Payment APIs."
},
{
"name": "plaid",
"source": "plaid",
"description": "Access financial account data."
},
{
"name": "firecrawl",
"source": "firecrawl",
"description": "The web crawling, scraping, and search API for AI."
},
{
"name": "corridor",
"source": "corridor",
"description": "Proactively enforce security guardrails to reduce vulnerabilities."
},
{
"name": "astro",
"source": "astro",
"description": "This server provides up-to-date access to the official Astro documentation."
},
{
"name": "mercado-pago",
"source": "mercado-pago",
"description": "Access Mercado Pago docs."
},
{
"name": "mercado-libre",
"source": "mercado-libre",
"description": "Access Mercado Libre docs."
},
{
"name": "apify",
"source": "apify",
"description": "Extract data from any website with thousands of scrapers, crawlers, and automations."
},
{
"name": "render",
"source": "render",
"description": "Manage your Render services."
},
{
"name": "azure-devops",
"source": "azure-devops",
"description": "Interact with Azure DevOps work items, pull requests, builds, and releases."
},
{
"name": "webflow",
"source": "webflow",
"description": "Webflow's MCP server enhances an agent's understanding of your Webflow projects. It's built on Webflow's APIs, exposing them as tools your AI agent can use to create elements, styles, and variables on the canvas, as well as manage collections, custom code, assets, and other site data."
},
{
"name": "terraform",
"source": "terraform",
"description": "Generate and automate Terraform workflows."
},
{
"name": "vault",
"source": "vault",
"description": "Store and manage secrets."
},
{
"name": "browser-use",
"source": "browser-use",
"description": "The Browser Use MCP server provides Cursor agents access to browser-use documentation. This gives AI assistants deep context about the browser-use library when helping you write code."
},
{
"name": "sanity",
"source": "sanity",
"description": "Create, query, and manage Sanity content, releases, datasets, and schemas."
},
{
"name": "airwallex",
"source": "airwallex",
"description": "Tools to search Airwallex docs and interact with the Airwallex sandbox environment while integrating with Airwallex APIs."
},
{
"name": "dynatrace",
"source": "dynatrace",
"description": "Enterprise observability platform for real-time monitoring and AI-powered insights."
},
{
"name": "arcade",
"source": "arcade",
"description": "Create and manage MCP gateways connecting 100+ integrations."
},
{
"name": "embrace",
"source": "embrace",
"description": "Mobile app performance monitoring and crash analytics."
},
{
"name": "codesherlock",
"source": "codesherlock",
"description": "AI code analysis for security, quality, and compliance checks."
},
{
"name": "kyomi",
"source": "kyomi",
"description": "Query data warehouses with natural language and institutional knowledge."
},
{
"name": "pendo",
"source": "pendo",
"description": "Product analytics and user behavior insights."
},
{
"name": "searchapi",
"source": "searchapi",
"description": "Real-time search engine API for AI applications."
},
{
"name": "defang",
"source": "defang",
"description": "Deploy apps to AWS, GCP, and DigitalOcean from Docker Compose."
},
{
"name": "wordpress",
"source": "wordpress",
"description": "Manage WordPress.com sites, posts, and content."
},
{
"name": "luciq",
"source": "luciq",
"description": "Query crash reports and observability data from your IDE."
},
{
"name": "alphaxiv",
"source": "alphaxiv",
"description": "Search ML research papers and analyze PDFs."
},
{
"name": "codve",
"source": "codve",
"description": "Logic-based code verification with confidence scores."
},
{
"name": "arize-ax",
"source": "arize-ax",
"description": "LLM tracing and instrumentation guidance."
},
{
"name": "motherduck",
"source": "motherduck",
"description": "Query and explore MotherDuck cloud databases."
},
{
"name": "glean",
"source": "glean",
"description": "Enterprise knowledge search and context."
},
{
"name": "incident-io",
"source": "incident-io",
"description": "Incident management and alerting."
},
{
"name": "firebase",
"source": "firebase",
"description": "Manage Firebase projects, Auth, Firestore, and more."
},
{
"name": "aikido-security",
"source": "aikido-security",
"description": "Security scanning in your AI coding workflow."
},
{
"name": "mixpanel",
"source": "mixpanel",
"description": "Product analytics through natural language queries."
},
{
"name": "windsor-ai",
"source": "windsor-ai",
"description": "Query analytics data across marketing platforms."
},
{
"name": "circleback",
"source": "circleback",
"description": "Search meeting notes and transcripts for dev context."
},
{
"name": "tauri",
"source": "tauri",
"description": "Build and debug Tauri desktop/mobile apps with screenshots and DOM state."
},
{
"name": "vantage",
"source": "vantage",
"description": "Cloud cost management and FinOps insights."
},
{
"name": "sidemail",
"source": "sidemail",
"description": "Send transactional emails and manage email workflows."
},
{
"name": "databend",
"source": "databend",
"description": "AI-native cloud data warehouse analytics."
},
{
"name": "kubit",
"source": "kubit",
"description": "Analytics platform with natural language queries."
},
{
"name": "codescene",
"source": "codescene",
"description": "Code health insights and technical debt analysis."
},
{
"name": "vale",
"source": "vale",
"description": "Style and grammar linting for documentation."
},
{
"name": "fluid-attacks",
"source": "fluid-attacks",
"description": "Security vulnerability scanning and analysis."
},
{
"name": "clarity",
"source": "clarity",
"description": "Microsoft user behavior analytics."
},
{
"name": "you-com",
"source": "you-com",
"description": "AI-powered web search and research."
},
{
"name": "testdino",
"source": "testdino",
"description": "Connect AI tools to testing platform."
},
{
"name": "kernel",
"source": "kernel",
"description": "Fast infrastructure for agents to access the internet."
},
{
"name": "angular",
"source": "angular",
"description": "Angular framework documentation and examples."
},
{
"name": "uno-platform",
"source": "uno-platform",
"description": "Cross-platform .NET application development."
},
{
"name": "dbhub",
"source": "dbhub",
"description": "Universal database connector for MySQL, PostgreSQL, SQL Server."
},
{
"name": "corestory",
"source": "corestory",
"description": "Access PRDs, technical specs, and project context."
},
{
"name": "ref",
"source": "ref",
"description": "Token-efficient documentation search."
},
{
"name": "perplexity",
"source": "perplexity",
"description": "AI-powered web search and research."
},
{
"name": "checkmarx",
"source": "checkmarx",
"description": "Application security testing and vulnerability scanning."
},
{
"name": "safedep-vet",
"source": "safedep-vet",
"description": "Vet open source packages for security issues."
},
{
"name": "elasticsearch",
"source": "elasticsearch",
"description": "Query logs and data from the ELK stack."
},
{
"name": "unleash",
"source": "unleash",
"description": "Open source feature flags management."
},
{
"name": "tigris",
"source": "tigris",
"description": "S3-compatible object storage management."
},
{
"name": "devrev",
"source": "devrev",
"description": "Work item management for development teams."
},
{
"name": "mux",
"source": "mux",
"description": "Video platform for uploads, streaming, and analytics."
},
{
"name": "stack-overflow",
"source": "stack-overflow",
"description": "Access trusted technical Q&A from Stack Overflow."
},
{
"name": "fellow",
"source": "fellow",
"description": "AI meeting notes, transcripts, and action items."
},
{
"name": "livekit",
"source": "livekit",
"description": "Real-time communication documentation and examples."
},
{
"name": "growthbook",
"source": "growthbook",
"description": "Feature flags and A/B testing platform."
},
{
"name": "octopus-deploy",
"source": "octopus-deploy",
"description": "Manage deployments, releases, and runbooks."
},
{
"name": "builder-io",
"source": "builder-io",
"description": "Headless CMS content management."
},
{
"name": "devexpress",
"source": "devexpress",
"description": "DevExpress component library documentation."
},
{
"name": "cloudinary",
"source": "cloudinary",
"description": "Media asset management and transformation."
},
{
"name": "shuttle",
"source": "shuttle",
"description": "Deploy Rust applications to the cloud."
},
{
"name": "configcat",
"source": "configcat",
"description": "Feature flag management for teams."
},
{
"name": "coralogix",
"source": "coralogix",
"description": "Observability platform for logs, metrics, and traces."
},
{
"name": "svelte",
"source": "svelte",
"description": "Svelte framework documentation and guidance."
},
{
"name": "scout-apm",
"source": "scout-apm",
"description": "Application performance monitoring and insights."
},
{
"name": "axiom",
"source": "axiom",
"description": "Log analytics, monitoring, and APL queries."
},
{
"name": "customer-io",
"source": "customer-io",
"description": "Manage segments, users, and marketing automation."
},
{
"name": "bitly",
"source": "bitly",
"description": "URL shortening and link management."
},
{
"name": "devopness",
"source": "devopness",
"description": "DevOps automation for cloud infrastructure."
},
{
"name": "jam",
"source": "jam",
"description": "Screen recorder with auto context for debugging."
},
{
"name": "webvizio",
"source": "webvizio",
"description": "Bug feedback with screenshots and browser logs."
},
{
"name": "supadata",
"source": "supadata",
"description": "Video and web scraping for AI applications."
},
{
"name": "bitrise",
"source": "bitrise",
"description": "Mobile CI/CD and build management."
},
{
"name": "harness",
"source": "harness",
"description": "CI/CD and software delivery platform."
},
{
"name": "dryrun-security",
"source": "dryrun-security",
"description": "Security analysis insights and trends."
},
{
"name": "ox-security",
"source": "ox-security",
"description": "Security platform for AI agent integration."
},
{
"name": "zapier",
"source": "zapier",
"description": "Automate workflows with 30,000+ actions across 8,000+ apps. Build once, orchestrate everywhere."
},
{
"name": "okahu",
"source": "okahu",
"description": "Access to traces and debug your AI agent apps."
},
{
"name": "scalekit",
"source": "scalekit",
"description": "Auth stack for AI applications. Manage environments and connections."
},
{
"name": "chakra-ui",
"source": "chakra-ui",
"description": "Access Chakra UI component library, design tokens, and migration guidance."
},
{
"name": "alpha-vantage",
"source": "alpha-vantage",
"description": "Financial data API for stocks, forex, crypto, and economic indicators."
}
]
}