Skip to content
Cursor

Assurance for Cursor

io.github.i-ops-hq/assurance-mcp

Checks what an agent did NOT read. Coverage over a retrieval step or a folder. No model.

client:Cursor transport:stdio runtime:pypi

Install Assurance in Cursor

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

{
  "mcpServers": {
    "assurance-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "assurance-mcp"
      ]
    }
  }
}

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

Assurance in other clients