Skip to content
Cursor

Closeread Verify for Cursor

io.github.freeguy-ai/closeread-verify

A verified dependency-audit verdict any AI agent can call over MCP, not a raw scan.

client:Cursor transport:stdio runtime:pypi

Install Closeread Verify in Cursor

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

{
  "mcpServers": {
    "closeread-verify": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "closeread-verify"
      ]
    }
  }
}

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

Closeread Verify in other clients