Skip to content
VS Code

crapkit for VS Code

io.github.jeanfrancoisgagne/crapkit

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

client:VS Code transport:stdio runtime:pypi

Install crapkit in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

crapkit in other clients