Skip to content
Cursor

crapkit for Cursor

io.github.jeanfrancoisgagne/crapkit

Twelve tools to inspect CRAP scores, find work, and check edited functions against their ceiling.

client:Cursor transport:stdio runtime:pypi

Install crapkit in Cursor

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

{
  "mcpServers": {
    "crapkit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "crapkit"
      ]
    }
  }
}

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

crapkit in other clients