Skip to content
Cursor

coverageshield for Cursor

io.github.djanacek/coverageshield

Insurance coverage requirements, gap detection, and risk profiles for US businesses.

client:Cursor transport:stdio runtime:npm

Install coverageshield in Cursor

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

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

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

coverageshield in other clients