Skip to content
Cursor

isitdone for Cursor

io.github.raimondasl/isitdone

Make a coding agent prove it: run the repo's real tests, typecheck and lint before it says done.

client:Cursor transport:stdio runtime:npm

Install isitdone in Cursor

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

{
  "mcpServers": {
    "isitdone": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aivolution/isitdone"
      ]
    }
  }
}

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

isitdone in other clients