tern for Windsurf
io.github.zyf8827/tern
Model Context Protocol (MCP) server for Tern E2E testing platform
client:Windsurf
transport:stdio
runtime:npm
Install tern in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"tern": {
"command": "npx",
"args": [
"-y",
"@zyf8827/tern-mcp"
],
"env": {
"TERN_URL": "<TERN_URL>",
"TERN_TOKEN": "<TERN_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs