ccc0168_modes-mcp-server
If you are the rightful owner of ccc0168_modes-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server for managing Roo's custom operational modes, providing programmatic control over mode configuration and management.
The Modes MCP Server is designed to manage and control custom operational modes for Roo's systems. It offers full CRUD operations for custom modes, ensuring that users can create, read, update, and delete modes as needed. The server includes schema validation using Zod, which ensures that all mode configurations adhere to a predefined structure, reducing errors and inconsistencies. Additionally, the server monitors the file system for any configuration changes, allowing for real-time updates and adjustments. Error handling is robust, utilizing standard MCP error codes to provide clear and actionable feedback in case of issues. Atomic file operations ensure that changes to mode configurations are made safely and without data corruption. The server supports a wide range of operational modes, from planning and analytics to implementation and troubleshooting, each with specific roles and responsibilities. This flexibility allows organizations to tailor their operational workflows to their specific needs, enhancing efficiency and effectiveness.
Features
- Full CRUD operations for custom modes
- Schema validation with Zod
- File system watching for config changes
- Error handling with standard MCP error codes
- Atomic file operations
Tools
list_modes
Lists all custom modes currently configured.
get_mode
Get details of a specific mode by its slug.
create_mode
Create a new custom mode.
update_mode
Update an existing custom mode.
delete_mode
Delete a custom mode.
validate_mode
Validate a mode configuration without saving it.