medigami for Zed
io.github.maximusrufus/medigami
Attested healthcare-finance MCP: bill scans, appeals, denials, rate + ICD/CPT/NPI lookups.
client:Zed
transport:stdio
runtime:npm
Install medigami in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"medigami": {
"command": "npx",
"args": [
"-y",
"@medigamiofficial/mcp"
],
"env": {
"MEDIGAMI_MCP_URL": "<MEDIGAMI_MCP_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs