Modes MCP Server
@ccc0168
关于 Modes MCP Server
MCP server for managing Roo's custom operational modes
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"modes": {
"command": "node",
"args": [
"/path/to/modes-mcp-server/build/index.js"
],
"env": {
"MODES_CONFIG_PATH": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Modes MCP Server?
An MCP server for managing Roo’s custom operational modes, providing full CRUD operations, schema validation with Zod, and file system watching for configuration changes. It is intended for developers and operators who need programmatic control over mode definitions and their lifecycle.
How to use Modes MCP Server?
Clone the repository, install dependencies with npm install, build with npm run build, then configure the environment variable MODES_CONFIG_PATH (defaults to a path under %APPDATA%) and add the server to your MCP settings file. Start the server with npm start. Use the provided tools (list_modes, get_mode, create_mode, update_mode, delete_mode, validate_mode) to manage modes.
Key features of Modes MCP Server
- Full CRUD operations for custom modes
- Schema validation using Zod
- File system watching for config changes
- Standard MCP error codes (InvalidParams, MethodNotFound, InternalError)
- Atomic file operations
- Pre‑defined core system and specialized mode templates
Use cases of Modes MCP Server
- Programmatically create, read, update, and delete custom operational modes
- Validate a mode configuration before saving it
- Manage mode transitions following a natural workflow flow
- Integrate mode management into larger automation or orchestration pipelines
FAQ from Modes MCP Server
What does Modes MCP Server do vs alternatives?
It provides a dedicated MCP interface for managing Roo’s custom modes, with built-in schema validation and atomic file operations. The README does not compare it to other tools.
What runtime or dependencies are required?
Node.js and npm are required. Dependencies are installed via npm install. No other runtime is mentioned.
Where does the mode configuration data live?
The configuration file path is set via the MODES_CONFIG_PATH environment variable. By default it points to %APPDATA%/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_custom_modes.json.
What transport does the server use?
The server is an MCP server; the README does not explicitly state the transport, but standard MCP servers typically use stdio. No other transport is mentioned.
What authentication does the server require?
No authentication is mentioned in the README.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论