← Back to Plugins
MCP Server MCP

io.github.saucelabs/sauce-api-mcp

github By github 👁 1 views ▲ 0 votes

An open-source MCP server that provides LLM access to the Sauce Labs API

Homepage Verified source GitHub

Install

uvx sauce-api-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "sauce-api-mcp",
      "version": "1.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "value": "<sauce-user-name>",
          "name": "SAUCE_USERNAME"
        },
        {
          "value": "<sauce-access-key>",
          "name": "SAUCE_ACCESS_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...