Skip to content
Cursor

test coverage mcp for Cursor

io.github.goldbergyoni/test-coverage-mcp

Analyze test coverage from LCOV files - makes AI agents coverage-aware without wasting tokens

client:Cursor transport:stdio runtime:npm

Install test coverage mcp in Cursor

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

{
  "mcpServers": {
    "test-coverage-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "test-coverage-mcp"
      ]
    }
  }
}

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

test coverage mcp in other clients