Overview
What is roo-code-custom-mode-editor-mcp-server?
The roo-code-custom-mode-editor-mcp-server is a server designed to manage and edit custom modes for Roo Code, allowing users to avoid manual file edits and unreliable diffs.
How to use roo-code-custom-mode-editor-mcp-server?
To use the server, run the following command in your terminal:
npx https://github.com/raymondlowe/roo-code-custom-mode-editor-mcp-server
Additionally, configure it in your MCP settings file as shown in the documentation.
Key features of roo-code-custom-mode-editor-mcp-server?
- Lists all custom modes in the
.roomodesfile. - Creates new custom modes with specified fields.
- Retrieves fields of existing custom modes.
- Updates one or more fields of a custom mode.
Use cases of roo-code-custom-mode-editor-mcp-server?
- Managing custom modes for Roo Code applications.
- Simplifying the editing process of
.roomodesfiles. - Facilitating the development of custom modes with structured data management.
FAQ from roo-code-custom-mode-editor-mcp-server?
- How do I install the server?
You can install it by running
npm installafter cloning the repository.
- Can I run the server in development mode?
Yes! Use
npm run watchfor auto-rebuild during development.
- What tools are available for debugging?
The MCP Inspector can be used for debugging, providing a URL to access debugging tools in your browser.