Skip to content
Windsurf

testlink mcp for Windsurf

io.github.eason0in/testlink-mcp

AI-friendly, safety-first TestLink MCP server

client:Windsurf transport:stdio runtime:npm

Install testlink mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "testlink-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "testlink-mcp"
      ],
      "env": {
        "TESTLINK_URL": "<TESTLINK_URL>",
        "TESTLINK_DEV_KEY": "<TESTLINK_DEV_KEY>",
        "TESTLINK_DEMO_MODE": "<TESTLINK_DEMO_MODE>",
        "TESTLINK_WRITE_ENABLED": "<TESTLINK_WRITE_ENABLED>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

testlink mcp in other clients