Skip to content
Zed

mindbox mcp for Zed

io.github.theyahia/mindbox-mcp

MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools.

client:Zed transport:stdio runtime:npm

Install mindbox mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mindbox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/mindbox-mcp"
      ],
      "env": {
        "MINDBOX_SECRET_KEY": "<MINDBOX_SECRET_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mindbox mcp in other clients