Roo MCP Installer
@robertheadley
关于 Roo MCP Installer
An MCP server installer for Roo Code. Handles the installation from Github, requirements, package management, update, installation and MCP Json configuration.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Roo-Code-MCP-installer": {
"command": "python",
"args": [
"roo.py",
"install",
"username/my-cool-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Roo MCP Installer?
A command-line utility that streamlines installing and managing Roo Model Context Protocol (MCP) servers. It fetches MCP server code from Git repositories, handles dependencies, configuration, and registration within the Roo environment.
How to use Roo MCP Installer?
Run the script with python roo.py <command> [options]. Use install <repo_input> to install an MCP, optionally with --scope global|project or --skip-env. Use list to show installed MCPs, and logs to view log files with options like --lines and --follow.
Key features of Roo MCP Installer
- Installs MCPs directly from GitHub URLs or
user/reposlugs. - Supports installation from subdirectories via colon separator.
- Offers global and project installation scopes.
- Automatically detects project type and installs dependencies.
- Runs build steps for Go and Node.js MCPs.
- Detects required environment variables from config files.
- Provides a rich terminal UI with spinners and progress indicators.
- Includes debug mode and demo mode for simulation.
Use cases of Roo MCP Installer
- Installing a community MCP server from a GitHub repository.
- Setting up an MCP server for a specific project with local dependencies.
- Automating the configuration of environment variables for a new server.
- Listing all installed MCPs across global and project scopes.
- Testing an installation process without modifying the system using demo mode.
FAQ from Roo MCP Installer
What is the difference between global and project installation scopes?
Global installations are shared across projects and stored in ~/.roo/mcps, while project installations are specific to the current directory and stored in ./.roo/mcps.
What runtime dependencies are required?
Python 3.11 or higher and Git must be installed. Additional tools (Node.js/npm, Python/pip, Go, Rust/Cargo) are needed depending on the MCP server’s project type.
Can I simulate an installation without making changes?
Yes, use the --demo flag with the install command to see the UI and intended actions without modifying the file system or running commands.
How do I skip the interactive environment variable prompt?
Use the --skip-env flag when running the install command to skip the interactive prompt for required environment variables.
Are there any known limitations in Roo MCP Installer?
Rust project support is still in progress and may not work correctly.
开发工具 分类下的更多 MCP 服务器
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
评论