Skip to content
Windsurf

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

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

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

tern in other clients