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.
相關伺服器
Scout Monitoring MCP
贊助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Petstore MCP Server & Client
An MCP server and client implementation for the Swagger Petstore API.
Hashnet MCP (Hashgraph Online Registry Broker)
MCP server for agent discovery, registration, and chat via the Hashgraph Online Registry Broker.
WordPress Community DEV Docs
Access WordPress development rules and best practices from the WordPress LLM Rules repository. It dynamically creates tools for each rule and caches content using Cloudflare Durable Objects.
BerryRAG
A local RAG system with Playwright MCP integration for Claude and OpenAI embeddings, using local storage.
MCP Prompt Collector
Tools for logging, analyzing, and improving Claude Desktop prompts to enhance prompt engineering skills.
Code Runner MCP
Execute JavaScript and Python code in a secure sandbox. Supports Deno for JS/TS and Pyodide for Python, with configurable permissions.
Template MCP Server
A CLI template for quickly bootstrapping an MCP server with FastMCP, supporting both stdio and HTTP transport.
Tempo MCP Server
An MCP server for querying distributed tracing data from Grafana Tempo.
T-IA Connect
A Model Context Protocol (MCP) bridge to programmatically control Siemens TIA Portal (PLC, blocks, tags, and HMI).
Anubis
Embeds intelligent guidance into AI workflows to organize development and ensure quality.