Skip to content
Cline

delphi codecoverage for Cline

io.github.avelsys/delphi-codecoverage

Guide + snippets for Delphi/DUnitX projects that work with the DelphiCodeCoverage tool.

client:Cline transport:stdio runtime:npm

Install delphi codecoverage in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "delphi-codecoverage": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-delphi-codecoverage"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

delphi codecoverage in other clients