Skip to content
Zed

icdwise for Zed

io.github.qinisolabs/icdwise

Verified ICD-10-CM code lookup & validation for AI agents — official descriptions, not guesses.

client:Zed transport:stdio runtime:npm

Install icdwise in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "icdwise": {
      "command": "npx",
      "args": [
        "-y",
        "icdwise"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

icdwise in other clients