Skip to content
VS Code

test coverage mcp for VS Code

io.github.goldbergyoni/test-coverage-mcp

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

client:VS Code transport:stdio runtime:npm

Install test coverage mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

test coverage mcp in other clients