Skip to content
Cursor

Checktrail for Cursor

io.github.stsepelin/checktrail

Local code validation with explicit execution trust and evidence of what actually ran.

client:Cursor transport:stdio runtime:npm

Install Checktrail in Cursor

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

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

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

Checktrail in other clients