Skip to content
Zed

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

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

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

medigami in other clients