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
{
"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