MCP.so
Sign In
Servers

roo-code-custom-mode-editor-mcp-server

@raymondlowe

An MCP server that knows how to edit the Roo Code custom modes file

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "roo-code-custom-mode-editor-mcp-server": {
      "command": "npx",
      "args": [
        "https://github.com/raymondlowe/roo-code-custom-mode-editor-mcp-server"
      ]
    }
  }
}

More from Developer Tools