← Index

io.github.maximusrufus/medigami

io.github.maximusrufus/medigami·v0.1.12·Finance & Payments
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "medigami": {
      "command": "npx",
      "args": [
        "-y",
        "@medigamiofficial/mcp"
      ],
      "env": {
        "MEDIGAMI_MCP_URL": "<medigami_mcp_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "medigami": {
      "command": "npx",
      "args": [
        "-y",
        "@medigamiofficial/mcp"
      ],
      "env": {
        "MEDIGAMI_MCP_URL": "<medigami_mcp_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @medigamiofficial/mcp
§02  Environment variables
MEDIGAMI_MCP_URL

Override the hosted SSE endpoint (defaults to https://mcp.medigami.com/public/sse). Leave unset for production.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments