Skip to content
Cursor

check for Cursor

dev.getstub/check

Verify what an AI agent did for someone, and what commercial influence the operator disclosed.

client:Cursor transport:stdio runtime:npm

Install check in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "check": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@getstub/mcp-check"
      ],
      "env": {
        "STUB_REGISTRY": "<STUB_REGISTRY>"
      }
    }
  }
}

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

check in other clients