Getting Started
4 min
run the litmus mcp server in docker and start using it in under a minute minimal sse only docker run d name litmus mcp server \\ p 8000 8000 \\ ghcr io/litmusautomation/litmus mcp server\ latest the sse endpoint is now at http //localhost 8000/sse wire it into an mcp client (see clients # ) and you're done with the built in web ui if you want the bundled chat interface (no mcp client required), expose port 9000 and provide one llm api key docker run d name litmus mcp server \\ p 8000 8000 p 9000 9000 \\ e anthropic api key=\<key> \\ ghcr io/litmusautomation/litmus mcp server\ latest open http //localhost 9000 , add a litmus edge instance from the config page, and start chatting choose your path if you want to go here connect claude desktop, cursor, vs code, windsurf, or claude code clients # chat from the browser without installing a client web ui # keep your settings across container replacement persistent configuration # run the server locally (no docker) for stdio clients stdio mode # understand what credentials to send headers reference # see the full tool catalog tools reference # arm64 hosts the image is built for linux/amd64 on apple silicon or other arm64 machines, pin the platform docker run d name litmus mcp server \\ \ platform linux/amd64 \\ p 8000 8000 \\ ghcr io/litmusautomation/litmus mcp server\ latest see docker # for additional options