delphi codecoverage for Cursor
io.github.avelsys/delphi-codecoverage
Guide + snippets for Delphi/DUnitX projects that work with the DelphiCodeCoverage tool.
client:Cursor
transport:stdio
runtime:npm
Install delphi codecoverage in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"delphi-codecoverage": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-delphi-codecoverage"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs