maorfr
MCP Servermaorfrpublic

sealights mcp

用于 SeaLights 的 MCP 服务器。

Repository Info

0
Stars
1
Forks
0
Watchers
3
Issues
Python
Language
-
License

About This Server

用于 SeaLights 的 MCP 服务器。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

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.

Quick Start

1

Clone the repository

git clone https://github.com/maorfr/sealights-mcp
2

Install dependencies

cd sealights-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownermaorfr
Reposealights-mcp
LanguagePython
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation