Cursor
4 min
cursor ide configure cursor ide https //www cursor com/ to use the litmus mcp server over sse 1\ run the server docker run d name litmus mcp server \\ p 8000 8000 \\ ghcr io/litmusautomation/litmus mcp server\ latest 2\ edit mcp json user wide / cursor/mcp json per project cursor/mcp json in the repository root { "mcpservers" { "litmus mcp server" { "url" "http //\<mcp server ip> 8000/sse", "headers" { "edge url" "https //\<litmusedge ip>", "edge api client id" "\<oauth2 client id>", "edge api client secret" "\<oauth2 client secret>", "nats source" "\<litmusedge ip>", "nats port" "4222", "nats user" "\<access token username>", "nats password" "\<access token from litmusedge>", "influx host" "\<litmusedge ip>", "influx port" "8086", "influx db name" "tsdata", "influx username" "\<datahub username>", "influx password" "\<datahub password>" } } } } replace \<mcp server ip> with where the docker container is reachable ( localhost if you're running both on the same machine) 3\ verify open cursor's mcp settings panel the litmus mcp server entry should be listed with its tools enumerated if you see a connection error confirm cursor's host can reach http //\<mcp server ip> 8000/sse check the container is up docker ps reference cursor model context protocol https //docs cursor com/context/model context protocol headers reference #