- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- !No description
claude mcp add mcp-magento-cloud -- npx -y mcp-magento-cloud{
"mcpServers": {
"mcp-magento-cloud": {
"command": "npx",
"args": ["-y", "mcp-magento-cloud"],
"env": {
"MAGENTO_CLOUD_CLI_TOKEN": "<magento_cloud_cli_token>"
}
}
}
}MAGENTO_CLOUD_CLI_TOKENMCP Servers overview
# mcp-magento-cloud
MCP (Model Context Protocol) server for Adobe Commerce Cloud. Allows AI agents to interact with Magento Cloud projects — query databases, read logs, list environments, inspect activities, and more.
**No PHP CLI required** — uses the REST API and SSH directly.
## Versions
| Version | Description | Requirements |
|---------|-------------|--------------|
| **v2.x** (latest) | REST API + SSH directly. Browser login or API token. | Node.js 20+, `ssh` binary |
| **v1.x** | Wraps the `magento-cloud` PHP CLI. | Node.js 20+, `magento-cloud` CLI installed |
### Using a specific version
```bash
# Latest (v2.x)
npx -y mcp-magento-cloud
# v1.x (requires magento-cloud CLI)
npx -y mcp-magento-cloud@1.0.1
```
## Prerequisites (v2.x)
- **Node.js 20+**
- **`ssh` binary** — Available by default on Linux/macOS
## Quick Start
### Authentication
#### Automatic browser login (recommended)
No setup required. The first time you use any tool, a browser window will open automatically for OAuth2 login via your Adobe/Magento account. Credentials are stored locally in `~/.config/mcp-magento-cloud/credentials.json` and refreshed automatically.
You can also login manually:
```bash
npx -y -p mcp-magento-cloud mcp-magento-cloud-login
```
#### API token (alternative)
If you prefer using an API token (e.g. for CI/CD), create one at https://accounts.magento.cloud/user/api-tokens and pass it as an environment variable (`MAGENTO_CLOUD_CLI_TOKEN`). When a token is set, browser login is skipped.
> **Security note:** API tokens grant full access to all projects your account has access to. Treat them as sensitive secrets. If a token is compromised, revoke it immediately at the URL above.
### Configure your MCP client
#### Kilo
In `~/.config/kilo/kilo.json`:
```json
{
"mcp": {
"magento-cloud": {
"type": "local",
"command": ["npx", "-y", "mcp-magento-cloud"]
}
}
}
```
If using an API token instead of browser login, add the `environment` key:
```json
{
"mcp": {
"magento-cloud": {
"type": "local",
"command": ["npx", "-y", "mcp-magento-cloud"],
"environment": {
"MAGENTO_CLOUD_CLI_TOKEN": "your-api-token-here"
}
}
}
}
```
#### Claude Desktop
In `claude_desktop_config.json`:
```json
{
"mcpServers": {
"magento-cloud": {
"command": "npx",
"args": ["-y", "mcp-magento-cloud"]
}
}
}
```
#### Gemini CLI
In `~/.gemini/settings.json`:
```json
{
"mcpServers": {
"magento-cloud": {
"command": "npx",
"args": ["-y", "mcp-magento-cloud"]
}
}
}
```
## Available Tools
### REST API Tools
| Tool | Description |
|------|-------------|
| `list_projects` | List all projects available to the current user |
| `list_environments` | List all environments for a project |
| `get_environment_info` | Get detailed info about an environment |
| `get_environment_urls` | Get the public URLs of an environment |
| `list_activities` | List recent activities with filters |
| `get_activity_log` | Display the full log for an activity |
| `list_variables` | List project or environment variables |
| `list_services` | List services with versions and disk allocation |
### SSH Tools
| Tool | Description |
|------|-------------|
| `execute_sql` | Execute a read-only SQL query on the remote database |
| `get_environment_logs` | Read server logs (deploy, error, cron, etc.) |
| `get_environment_relationships` | Get service connection details (host, port, credentials) |
| `list_log_types` | List available log types |
## Security
- **Read-only** — no write/mutation commands are exposed
- **SQL queries are validated** — only SELECT, SHOW, DESCRIBE, and EXPLAIN are allowed
- SQL comments are stripped and multiple statements are blocked to prevent injection
- SSH authentication uses temporary Ed25519 certificates signed by the Magento Cloud API
- Browser login stores refresh tokens locally with `0600` permissions
- API tokens should be treated as sensitive secrets — they grant full access to all projects
## Testing with MCP Inspector
```bash
# Browser login will open automatically on first tool use
npx @modelcontextprotocol/inspector node dist/main.js
# Or with API token
MAGENTO_CLOUD_CLI_TOKEN=your-token npx @modelcontextprotocol/inspector node dist/main.js
```
## Development
```bash
git clone https://github.com/juan-cinto-infracommerce/mcp-magento-cloud.git
cd mcp-magento-cloud
npm install
npm run build
npm start
```
## License
MIT
What people ask about mcp-magento-cloud
What is juan-cinto-infracommerce/mcp-magento-cloud?
+
juan-cinto-infracommerce/mcp-magento-cloud is mcp servers for the Claude AI ecosystem with 0 GitHub stars.
How do I install mcp-magento-cloud?
+
You can install mcp-magento-cloud by cloning the repository (https://github.com/juan-cinto-infracommerce/mcp-magento-cloud) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is juan-cinto-infracommerce/mcp-magento-cloud safe to use?
+
Our security agent has analyzed juan-cinto-infracommerce/mcp-magento-cloud and assigned a Trust Score of 69/100 (tier: OK). See the full breakdown of passed checks and flags on this page.
Who maintains juan-cinto-infracommerce/mcp-magento-cloud?
+
juan-cinto-infracommerce/mcp-magento-cloud is maintained by juan-cinto-infracommerce. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to mcp-magento-cloud?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy mcp-magento-cloud to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/juan-cinto-infracommerce-mcp-magento-cloud)<a href="https://claudewave.com/repo/juan-cinto-infracommerce-mcp-magento-cloud"><img src="https://claudewave.com/api/badge/juan-cinto-infracommerce-mcp-magento-cloud" alt="Featured on ClaudeWave: juan-cinto-infracommerce/mcp-magento-cloud" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。