Skip to content
Zed

mcp terminology for Zed

io.github.pcmedsinge/mcp-terminology

LOINC/SNOMED CT/RxNorm/ICD-10 lookup, search, translation and ValueSet expansion via FHIR.

client:Zed transport:stdio runtime:pypi

Install mcp terminology 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": {
    "mcp-terminology": {
      "command": "uvx",
      "args": [
        "mcp-terminology"
      ],
      "env": {
        "TERMINOLOGY_BASE_URL": "<TERMINOLOGY_BASE_URL>"
      }
    }
  }
}

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

mcp terminology in other clients