Ecommerce Command Center for Zed
io.github.atul0016/ecommerce-command-center
Daily ecommerce revenue, inventory, listing, shipping, and restock operations intelligence.
client:Zed
transport:stdio
runtime:pypi
Install Ecommerce Command Center in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ecommerce-command-center": {
"command": "uvx",
"args": [
"ecommerce-command-center-mcp"
],
"env": {
"EARNALL_MCP_LICENSE_KEY": "<EARNALL_MCP_LICENSE_KEY>",
"EARNALL_MCP_ACTIVATION_ID": "<EARNALL_MCP_ACTIVATION_ID>",
"EARNALL_MCP_LICENSE_API": "<EARNALL_MCP_LICENSE_API>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs