Odel
shipeasy

shipeasy

Local
@shipeasy-aiTypeScriptUpdated 3w ago

Feature flags, A/B experiments, kill switches, dynamic config & i18n — Shipeasy MCP server.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@shipeasy/mcpv2.8.0

Run

npx -y @shipeasy/mcp

MCP client config

{
  "mcpServers": {
    "shipeasy": {
      "command": "npx",
      "args": [
        "-y",
        "@shipeasy/mcp"
      ]
    }
  }
}