Skip to content
Cursor

correctover mcp server for Cursor

io.github.correctover/correctover-mcp-server

Real-time LLM output verification with 6-dim contract validation and auto-failover across providers.

client:Cursor transport:stdio runtime:npm

Install correctover mcp server in Cursor

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

{
  "mcpServers": {
    "correctover-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "correctover-mcp-server"
      ]
    }
  }
}

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

correctover mcp server in other clients