Windsurf
3 min
configure windsurf https //codeium com/windsurf 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 / codeium/windsurf/mcp config json { "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>" } } } } 3\ verify restart windsurf so the new mcp server is picked up the litmus tools should be available in the agent's tool list reference windsurf mcp docs https //docs windsurf com/windsurf/mcp headers reference #