Docker Techstack Rolldev Mcp Server
@dockergiant
Docker Techstack Rolldev Mcp Server について
MCP server for Roll Docker Stack and multi-framework development environments.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"rolldev": {
"command": "npx",
"args": [
"-y",
"@disrex/rolldev-mcp-server"
]
}
}
}ツール
10List all running RollDev environments with their directories (returns structured JSON)
Start a RollDev project environment
Stop a RollDev project environment
Start RollDev system services
Stop RollDev system services
Run a SQL query in the RollDev database
Run a PHP script inside the php-fpm container
Run roll magento command inside the php-fpm container
Run Composer commands inside the php-fpm container
Initialize a new Magento 2 project using RollDev's magento2-init command with automatic version configuration
概要
What is Docker Techstack Rolldev Mcp Server?
A Model Context Protocol (MCP) server for RollDev + Magento 2 development environments. It enables Claude and other LLMs to interact with RollDev projects, manage environments, execute commands, and initialize new Magento 2 projects.
How to use Docker Techstack Rolldev Mcp Server?
Install via npx (npx -y @disrex/rolldev-mcp-server) and add the configuration to your Claude for Desktop config file (claude_desktop_config.json). Alternatively, clone the repository and set up manually. The server exposes tools like rolldev_list_environments, rolldev_start_project, rolldev_db_query, rolldev_magento_cli, and others.
Key features of Docker Techstack Rolldev Mcp Server
- List, start, and stop RollDev project environments
- Control RollDev system services (database, Redis, OpenSearch)
- Execute SQL queries in project databases
- Run PHP scripts inside project containers
- Execute Magento CLI commands via
roll magento - Run Composer commands in project environments
- Initialize new Magento 2 projects with automatic configuration
Use cases of Docker Techstack Rolldev Mcp Server
- Manage and monitor multiple RollDev environments from Claude
- Run database queries and Magento CLI commands without manual terminal access
- Initialize new Magento 2 projects with a single prompt
- Install and update Composer dependencies in project environments
FAQ from Docker Techstack Rolldev Mcp Server
What are the prerequisites for using this server?
RollDev must be installed and configured, Node.js 18+ is required, and some operations need active RollDev project environments.
How do I install and configure this server?
Add the provided JSON configuration to your Claude for Desktop config file: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows). Use npx -y @disrex/rolldev-mcp-server as the command.
What operations can this server perform on Magento 2 projects?
It can run Magento CLI commands (e.g., cache:flush, setup:upgrade), execute SQL queries, run PHP scripts, manage Composer, and initialize new projects with a specified Magento version.
Where does data live and how does authentication work?
Data resides in local RollDev environments on the user’s machine. The server uses MCP’s standard stdio transport; no explicit authentication mechanism is described in the README.
Are there any known limitations?
The server requires valid RollDev projects and a working RollDev installation. Some tools need an active project environment. The Magento version defaults to 2.4.x in project initialization.
「クラウドとインフラ」の他のコンテンツ
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
コメント