SeaLights
An MCP server for interacting with the SeaLights platform for quality intelligence.
sealights-mcp
MCP server for SeaLights
Running with Podman or Docker
You can run the sealights-mcp server in a container using Podman or Docker:
Example configuration for running with Podman:
{
"mcpServers": {
"sealights": {
"command": "podman",
"args": [
"run",
"-i",
"--rm",
"-e", "SEALIGHTS_DOMAIN",
"-e", "SEALIGHTS_API_TOKEN",
"-e", "SEALIGHTS_AGENT_TOKEN",
"quay.io/maorfr/sealights-mcp"
],
"env": {
"SEALIGHTS_DOMAIN": "https://your-domain.sealights.co",
"SEALIGHTS_API_TOKEN": "REDACTED",
"SEALIGHTS_AGENT_TOKEN": "REDACTED"
}
}
}
}
Running with non-stdio transport
To run the server with a non-stdio transport (such as SSE), set the MCP_TRANSPORT environment variable to a value other than stdio (e.g., sse).
Example configuration to connect to a non-stdio MCP server:
{
"mcpServers": {
"sealights": {
"url": "https://sealights-mcp.example.com/sse",
"headers": {
"X-Sealights-Api-Token": "REDACTED",
"X-Sealights-Agent-Token": "REDACTED"
}
}
}
}
Replace REDACTED with your API token according to https://api-doc.sealights.io/#authorization.
Available Tools
get_apps(): Get list of applications.get_audit_log_actions(): Get a list of all actions recorded in the audit log.get_branches(app_name, visibility="visible"): Get list of branches for a specific application.get_build_coverage(bsid): Get coverage data for a specific build by Build Session ID (bsid).get_build_metadata(bsid): Get detailed metadata for a specific build by Build Session ID (bsid).get_builds(app_name="", branch_name=""): Get list of builds for a specific application and/or branch.get_live_agents(): Get all live agents.
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
go-mcp実験場
A Go-based MCP server example demonstrating correct usage of go.mod and build/run commands.
Coding Prompt Engineer MCP Server
Rewrites coding prompts for optimal results with AI IDEs like Cursor AI, powered by Claude by Anthropic.
flutter-skill
AI-powered E2E testing for 10 platforms. 253 MCP tools. Zero config. Test Flutter, React Native, iOS, Android, Web, Electron, Tauri, KMP, .NET MAUI from natural language.
Atlas Docs
Access technical documentation for libraries and frameworks, formatted in clean markdown for LLM consumption.
Apple Developer Documentation
Search Apple's official developer documentation for iOS, macOS, SwiftUI, WWDC videos, and more.
Figma (Oficial)
The Figma MCP server brings Figma directly into your workflow by providing important design information and context to AI agents generating code from Figma design files.
n8n-MCP
Provides AI assistants with access to n8n node documentation, properties, and operations.
302AI Image
A Model Context Protocol server for generating images using the 302AI API.
MCP Code Sandbox Server
Execute code securely in isolated sandbox environments using the E2B API.
MCP Command Server
A secure server for executing pre-approved system commands via an environment variable.