Skip to content
Windsurf

evals mcp server for Windsurf

io.github.cyanheads/evals-mcp-server

Author verifiable eval records through a draft→review→revise→submit loop with enforced graders.

client:Windsurf transport:stdio runtime:npm

Install evals mcp server 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": {
    "evals-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/evals-mcp-server"
      ],
      "env": {
        "EVALS_DATA_DIR": "<EVALS_DATA_DIR>",
        "EVALS_REQUIRE_CONFIRMATION": "<EVALS_REQUIRE_CONFIRMATION>",
        "EVALS_DEFAULT_LICENSE": "<EVALS_DEFAULT_LICENSE>",
        "EVALS_CAPTURE_DIR": "<EVALS_CAPTURE_DIR>",
        "MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
      }
    }
  }
}

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

evals mcp server in other clients