Skip to content
VS Code

Eval Engine API for VS Code

io.github.invertedhoologan/eval-engine-mcp

Pay-per-call AI evaluation MCP server. Score LLM outputs against benchmark rubrics via Workers AI.

client:VS Code transport:streamable-http

Install Eval Engine API in VS Code

.vscode/mcp.json

{
  "servers": {
    "eval-engine-mcp": {
      "type": "http",
      "url": "https://eval.zuluworksai.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Eval Engine API in other clients