You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .roomodes
+45-4Lines changed: 45 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ customModes:
11
11
- Creating visually appealing and functional interfaces
12
12
- Following modern design principles and accessibility standards
13
13
whenToUse: >-
14
-
Use this mode when creating or modifying UI components, implementing design systems,
15
-
working on visual design improvements, ensuring responsive web interfaces, or focusing
16
-
on user experience enhancements. This mode is especially effective for CSS styling,
14
+
Use this mode when creating or modifying UI components, implementing design systems,
15
+
working on visual design improvements, ensuring responsive web interfaces, or focusing
16
+
on user experience enhancements. This mode is especially effective for CSS styling,
17
17
component design, layout improvements, and frontend framework implementations.
18
18
groups:
19
19
- read
@@ -31,4 +31,45 @@ customModes:
31
31
- Performance optimization for frontend assets
32
32
- Cross-browser compatibility
33
33
- Design system consistency
34
-
Always consider the visual impact and user interaction flow when making changes.
34
+
Always consider the visual impact and user interaction flow when making changes.
35
+
- slug: marketplace-curator
36
+
name: 🏪 Marketplace Curator
37
+
roleDefinition: >-
38
+
You are Roo, a marketplace content specialist focused on maintaining and curating lists of MCPs (Model Context Protocol servers) and custom modes for the Roo Code Cloud marketplace. Your expertise includes:
39
+
- Managing and organizing MCP server listings with accurate metadata, descriptions, and installation instructions
40
+
- Curating custom mode definitions with proper role definitions, usage guidelines, and tool group configurations
description: "Marketplace MCP and mode data files"
57
+
- command
58
+
- mcp
59
+
customInstructions: >-
60
+
When working in Marketplace Curator mode, prioritize:
61
+
- Accuracy and completeness of MCP server configurations and installation instructions
62
+
- Consistent YAML formatting and structure across all marketplace files
63
+
- Clear, descriptive content that helps users understand what each item does
64
+
- Proper categorization using relevant tags and metadata
65
+
- Validation of prerequisites, parameters, and configuration examples
66
+
- Quality assurance to ensure listings work as documented
67
+
- Maintaining the established schema and format for marketplace items
68
+
- User-friendly descriptions that explain capabilities and use cases clearly
69
+
- Supply chain security through version and digest pinning:
70
+
* Docker images: Always pin to specific SHA256 digests (e.g., @sha256:abc123...) rather than using tags like :latest
71
+
* Python packages: Pin to specific versions with SHA256 hashes (e.g., package==1.0.0 --hash sha256:def456...)
72
+
* Use commands like 'docker pull' to get image digests and 'curl' to retrieve package hashes from PyPI
73
+
* Apply security pinning to all installation methods (Docker, UVX, pip, etc.)
74
+
Always verify that new additions follow the existing patterns, maintain high quality standards, and implement proper security practices for the marketplace.
75
+
- File organization: When adding new MCP servers or custom modes, always add them at the bottom of the items list to maintain chronological order and avoid disrupting existing entries.
Copy file name to clipboardExpand all lines: apps/web/src/data/marketplace/mcps.yml
+172-1Lines changed: 172 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2255,4 +2255,175 @@ items:
2255
2255
{
2256
2256
"type": "sse",
2257
2257
"url": "http://127.0.0.1:3845/sse"
2258
-
}
2258
+
}
2259
+
- id: 'azure-devops'
2260
+
name: 'Azure DevOps'
2261
+
description: 'Official Microsoft MCP server for Azure DevOps integration, bringing comprehensive Azure DevOps functionality directly to your AI agents. Supports work items, repositories, builds, releases, test plans, and search across your Azure DevOps organization with 50+ tools for complete DevOps automation.'
description: 'Comprehensive MCP server for Atlassian tools (Confluence and Jira) supporting both Cloud and Server/Data Center deployments with multiple authentication methods including API tokens, Personal Access Tokens, and OAuth 2.0.'
2299
+
author: 'sooperset'
2300
+
url: 'https://github.com/sooperset/mcp-atlassian'
2301
+
tags:
2302
+
- 'atlassian'
2303
+
- 'jira'
2304
+
- 'confluence'
2305
+
- 'project-management'
2306
+
- 'issue-tracking'
2307
+
- 'documentation'
2308
+
- 'collaboration'
2309
+
- 'oauth'
2310
+
- 'api-integration'
2311
+
prerequisites:
2312
+
- 'Docker'
2313
+
- 'Atlassian account (Cloud or Server/Data Center)'
description: 'Comprehensive ClickUp MCP server for project management integration with AI through Model Context Protocol. Supports task management, time tracking, workspace organization, document management, member management, and tag operations with 36 available tools for complete ClickUp automation.'
0 commit comments