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