Skip to content
Cursor

dvalincode for Cursor

io.github.arthurpanhku/dvalincode

Deterministic security scanning, no model or API key, plus offline-verifiable proof a fix worked.

client:Cursor transport:stdio runtime:npm

Install dvalincode in Cursor

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

{
  "mcpServers": {
    "dvalincode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dvalincode"
      ]
    }
  }
}

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

dvalincode in other clients