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
{
"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