Skip to content
Cursor

Evidrift for Cursor

io.github.bm1016bm-svg/evidrift

Catch TypeScript API and OpenAPI contract drift in AI-generated code, then revalidate it in CI.

client:Cursor transport:stdio runtime:npm

Install Evidrift in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "evidrift": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "evidrift"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Evidrift in other clients