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
{
"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