MCP server for managing Roo custom modes
If you already use Modes, the modes mcp server is the piece that lets your assistant work with it directly. MCP server for managing Roo custom modes.
An MCP server for managing Roo's custom operational modes, providing programmatic control over mode configuration and management.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_modes — The list_modes tool exposed by this serverget_mode — The get_mode tool exposed by this servercreate_mode — Parameters: - slug: Unique identifier (lowercase letters, numbers, and hyphens) - name: Display name for the mode - roleDefinition: Detailedupdate_mode — Parameters: - slug: The unique identifier of the mode to update - updates: Object containing the fields to update (name, roleDefinition, groupsdelete_mode — Parameters: - slug: The unique identifier of the mode to deletevalidate_mode — Parameters: - mode: Complete mode configuration object to validateConfiguration is passed through the environment: MODES_CONFIG_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Modes's toolset — list_modes, get_mode, create_mode and 3 more — is a fair guide to whether it matches your workflow. It is maintained by ccc0168; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list_modes | The list_modes tool exposed by this server. |
| get_mode | The get_mode tool exposed by this server. |
| create_mode | Parameters: - slug: Unique identifier (lowercase letters, numbers, and hyphens) - name: Display name for the mode - roleDefinition: Detailed description of the mode's role and capabilities - groups: Array of allowed tool |
| update_mode | Parameters: - slug: The unique identifier of the mode to update - updates: Object containing the fields to update (name, roleDefinition, groups, customInstructions) |
| delete_mode | Parameters: - slug: The unique identifier of the mode to delete |
| validate_mode | Parameters: - mode: Complete mode configuration object to validate |
| Variable | Description | Required |
|---|---|---|
| MODES_CONFIG_PATH | Filesystem location the server is allowed to use. | Optional |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.