Modes MCP Server
@MCP-Mirror
About Modes MCP Server
Mirror of
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Modes MCP Server?
An MCP server for managing Roo's custom operational modes, providing programmatic control over mode configuration and management. It is intended for users who need to create, update, list, delete, and validate custom modes.
How to use Modes MCP Server?
Clone the repository, install dependencies with npm install, and build with npm run build. Configure the environment variable MODES_CONFIG_PATH (defaults to a Roo settings path), create a custom modes JSON file, and add the server configuration to your MCP settings file. Tools are then available via MCP to manage modes.
Key features of Modes MCP Server
- 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
Use cases of Modes MCP Server
- Programmatically create, update, list, delete, and validate custom modes
- Manage Roo's mode configuration without manual file editing
- Integrate mode management into CI/CD or automated workflows
- Enforce mode‑specific workflows and tool groups
FAQ from Modes MCP Server
What environment variable configures the modes file path?
MODES_CONFIG_PATH; default is %APPDATA%/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_custom_modes.json.
How can I validate a mode configuration without saving it?
Use the validate_mode tool, passing the complete mode configuration object.
What tools does Modes MCP Server provide?
list_modes, get_mode, create_mode, update_mode, delete_mode, and validate_mode.
What error codes are used?
InvalidParams (invalid input or mode not found), MethodNotFound (unknown tool), and InternalError (file system or other internal errors).
What is the recommended mode transition flow?
Planning → Research → Implementation → Integration → Quality Control → Analytics → Troubleshooting → Documentation → Planning.
Frequently asked questions
What environment variable configures the modes file path?
`MODES_CONFIG_PATH`; default is `%APPDATA%/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_custom_modes.json`.
How can I validate a mode configuration without saving it?
Use the `validate_mode` tool, passing the complete mode configuration object.
What tools does Modes MCP Server provide?
`list_modes`, `get_mode`, `create_mode`, `update_mode`, `delete_mode`, and `validate_mode`.
What error codes are used?
`InvalidParams` (invalid input or mode not found), `MethodNotFound` (unknown tool), and `InternalError` (file system or other internal errors).
What is the recommended mode transition flow?
Planning → Research → Implementation → Integration → Quality Control → Analytics → Troubleshooting → Documentation → Planning.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments