MCP.so
ログイン

Litmus Mcp Server

@litmusautomation

Litmus Mcp Server について

Official MCP server for configuring Litmus instances.

基本情報

カテゴリ

その他

ライセンス

Apache-2.0

ランタイム

python

トランスポート

stdio

公開者

litmusautomation

投稿者

Vishvesh Shah

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "litmus-mcp-server": {
      "url": "http://<IP Address>:8000/sse"
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Litmus MCP Server?

The official Litmus Automation Model Context Protocol (MCP) Server enables LLMs and intelligent systems to interact with Litmus Edge for device configuration, monitoring, and management. It is built on the MCP SDK and targets developers and operators using Litmus Edge.

How to use Litmus MCP Server?

Run the server via Docker (docker run -d --name litmus-mcp-server -p 8000:8000 ghcr.io/litmusautomation/litmus-mcp-server:latest) to expose HTTP and SSE endpoints. Configure clients (Claude Desktop, Cursor, VS Code, Windsurf) with headers like EDGE_URL, EDGE_API_CLIENT_ID, and EDGE_API_CLIENT_SECRET. Optionally use the built‑in Web UI (port 9000) for zero‑client chat and environment management.

Key features of Litmus MCP Server

  • Dockerized HTTP/SSE MCP server with Web UI
  • Built‑in chat interface for natural language interaction
  • Multiple LLM provider support: Anthropic, OpenAI, Google Gemini
  • Persistent configuration via host‑mounted .env file
  • Live Litmus documentation served as MCP Resources
  • Manage multiple Litmus Edge instances from a single server

Use cases of Litmus MCP Server

  • Configure and monitor Litmus Edge devices using natural language
  • Integrate Litmus Edge into Claude Desktop, Cursor, VS Code, or Windsurf
  • Centralize management of multiple Litmus Edge instances through one MCP server
  • Pull up‑to‑date Litmus documentation directly into an LLM’s context

FAQ from Litmus MCP Server

What is Litmus MCP Server?

It is the official MCP server that lets LLMs and AI tools interact with Litmus Edge for device configuration, monitoring, and management.

How do I run Litmus MCP Server?

Use Docker: docker run -d --name litmus-mcp-server -p 8000:8000 ghcr.io/litmusautomation/litmus-mcp-server:latest. For the Web UI, also map port 9000 and set an LLM API key.

What transports are supported?

It supports Streamable HTTP (at /mcp), legacy HTTP+SSE (at /sse), and STDIO (for Claude Desktop).

Which LLM providers are supported?

Anthropic Claude, OpenAI, and Google Gemini. Provide API keys via environment variables (ANTHROPIC_API_KEY, OPENAI_API_KEY, GEMINI_API_KEY) or through the Web UI.

How can I persist configuration across container restarts?

Mount a host file over /app/.env (e.g., -v /opt/litmus-mcp/.env:/app/.env). The host file must be created with touch before running the container.

What platform is required for the Docker image?

The image is built for linux/AMD64. For ARM64 hosts, add --platform linux/amd64 to the Docker run command.

コメント

「その他」の他のコンテンツ