Skip to content
Cursor

Sherweb for Cursor

io.github.wyre-ai/sherweb-mcp

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

client:Cursor transport:stdio runtime:oci

Install Sherweb in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "sherweb-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/sherweb-mcp:v2.0.1"
      ],
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Sherweb in other clients