modes-mcp-server
If you are the rightful owner of 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 a robust solution designed to manage and configure custom operational modes for Roo's systems. It offers full CRUD operations, allowing users to create, read, update, and delete custom modes with ease. The server ensures data integrity and consistency through schema validation using Zod, and it actively monitors the file system for any configuration changes. Error handling is streamlined with standard MCP error codes, ensuring that users receive clear and actionable feedback. Additionally, the server performs atomic file operations to prevent data corruption during concurrent access. This server is ideal for organizations looking to implement a structured approach to mode management, ensuring that each mode is clearly defined and easily accessible.
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.