Skip to content
Zed

cucumberstudio for Zed

io.github.herosizy/cucumberstudio

MCP server for Cucumber Studio - test scenarios, action words, and execution data

client:Zed transport:stdio runtime:npm

Install cucumberstudio in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cucumberstudio": {
      "command": "npx",
      "args": [
        "-y",
        "cucumberstudio-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cucumberstudio in other clients