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.

评论

其他 分类下的更多 MCP 服务器