What is Modes MCP Server?
Modes MCP Server is an application for managing custom operational modes for Roo. It offers programmatic control over mode setup and administration.
How to use it?
To use the server, clone its repository, install dependencies, and set up the environment variables and custom modes following the provided examples.
Key features
The server supports full CRUD operations for custom modes, uses Zod for schema validation, and watches the file system for configuration changes. It includes error handling with standard MCP error codes and performs atomic file operations.
Use cases
It is used for managing operational modes in software applications, customizing configurations for different user roles, and automating mode transitions based on system needs.
FAQ
Can I create custom modes? Yes, you can create, update, and delete them via the provided API.
How do I configure the server? Configure it using environment variables and JSON files as described in the documentation.
Is there error handling support? Yes, the server includes standard error handling for various scenarios.