MCP Server
MCP
io.github.saucelabs-sample-test-frameworks/sauce-api-mcp
An open-source MCP server that provides LLM access to the Sauce Labs API
Install
uvx sauce-api-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "sauce-api-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"value": "<sauce-user-name>",
"name": "SAUCE_USERNAME"
},
{
"value": "<sauce-access-key>",
"name": "SAUCE_ACCESS_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment