Skip to content
Zed

Sherweb for Zed

io.github.wyre-technology/sherweb-mcp

MCP server for Sherweb — billing, subscriptions, customers, and product catalog.

client:Zed transport:stdio runtime:oci

Install Sherweb 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": {
    "sherweb-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/sherweb-mcp:v1.4.3"
      ],
      "env": {
        "SHERWEB_CLIENT_ID": "<SHERWEB_CLIENT_ID>",
        "SHERWEB_CLIENT_SECRET": "<SHERWEB_CLIENT_SECRET>",
        "SHERWEB_SUBSCRIPTION_KEY": "<SHERWEB_SUBSCRIPTION_KEY>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

Sherweb in other clients