Skip to content
Cursor

medigami for Cursor

io.github.maximusrufus/medigami

Attested healthcare-finance MCP: bill scans, appeals, denials, rate + ICD/CPT/NPI lookups.

client:Cursor transport:stdio runtime:npm

Install medigami in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "medigami": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@medigamiofficial/mcp"
      ],
      "env": {
        "MEDIGAMI_MCP_URL": "<MEDIGAMI_MCP_URL>"
      }
    }
  }
}

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

medigami in other clients