Roo Code Custom Mode Editor MCP Server — Cursor MCPs | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorMCPsRoo Code Custom Mode Editor MCP Server
    Back to MCPs
    File System

    Roo Code Custom Mode Editor MCP Server

    April 15, 2026
    0 copies

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

    Description

    # roo-code-custom-mode-editor-mcp-server An MCP server that knows how to edit the Roo Code custom modes file Avoids having to overwrite the `.roomodes` file using file writes or edit the json with unreliable diffs. The MCP server exposes tools to: * List all custom modes * Create a new custom mode * Get the fields of a custom mode ( "slug","name", "roleDefinition", "customInstructions", "groups") * Put and overwrite any one or more fields of a custom mode. Fields are: - slug : short string - name : short string - roleDefinition : long string - customInstructions : long string - groups : array of short strings ## Usage This server is located at https://github.com/raymondlowe/roo-code-custom-mode-editor-mcp-server and can be run using the following command: ```bash npx https://github.com/raymondlowe/roo-code-custom-mode-editor-mcp-server ``` ## MCP Configuration To use with Roo Code, add the server config to the MCP settings file: ```json { "mcpServers": { "roo-code-custom-mode-editor": { "command": "node", "args": [ "/path/to/roo-code-custom-mode-editor-mcp-server/build/index.js" ], "disabled": false, "alwaysAllow": [] } } } ``` ## Development Install dependencies: ```bash npm install ``` Build the server: ```bash npm run build ``` For development with auto-rebuild: ```bash npm run watch ``` ### Debugging Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script: ```bash npm run inspector ``` The Inspector will provide a URL to access debugging tools in your browser. ## Tools ### list_custom_modes Lists all custom modes in the `.roomodes` file. ### create_custom_mode Creates a new custom mode with the specified fields. Parameters: - slug: string - name: string - roleDefinition: string - customInstructions: string - groups: string[] ### get_custom_mode
    Visit

    Comments

    More MCPs

    View all
    DevTools

    Cursor MCP Filesystem Server

    Official Model Context Protocol server providing file system access for reading, writing, searching, and managing files with configurable access controls.

    Featured
    DevTools

    GitHub MCP Server

    MCP server for GitHub API integration enabling repository management, issue tracking, PR operations, code search, and branch management directly from Cursor.

    Featured
    Database

    PostgreSQL MCP Server

    MCP server for PostgreSQL database interaction enabling schema inspection, query execution, and database management directly from Cursor AI.

    Featured
    Database

    SQLite MCP Server

    MCP server for SQLite database interaction providing schema exploration, query execution, and data analysis capabilities.

    DevOps

    Docker MCP Server

    MCP server for Docker container management enabling container lifecycle operations, image management, and Docker Compose support from Cursor.

    DevTools

    Sentry MCP Server

    MCP server for Sentry error tracking integration enabling issue retrieval, error analysis, and debugging assistance directly from Cursor.

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.