Sherweb for Cline
io.github.wyre-technology/sherweb-mcp
MCP server for Sherweb — billing, subscriptions, customers, and product catalog.
client:Cline
transport:stdio
runtime:oci
Install Sherweb in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs