Skip to main content
Glama

Sauce Labs MCP Server

Official
by saucelabs
__init__.py840 B
"""Sauce Labs MCP Server. A Model Context Protocol (MCP) server for interacting with Sauce Labs APIs. Provides tools for managing jobs, builds, teams, users, and test assets. """ # Version information __version__ = "0.1.0.beta5" __author__ = "Marcus Merrell" __email__ = "marcus.merrell@saucelabs.com" # Import main classes/functions that users should access from .main import SauceLabsAgent from .models import ( AccountInfo, LookupUsers, LookupServiceAccounts, LookupTeamsResponse, ErrorResponse ) # Define what gets imported with "from sauce_api_mcp import *" __all__ = [ "SauceLabsAgent", "AccountInfo", "LookupUsers", "LookupServiceAccounts", "LookupTeamsResponse", "ErrorResponse" ] # Optional: Set up logging import logging logging.getLogger(__name__).addHandler(logging.NullHandler())

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/saucelabs/sauce-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server