← Back to Plugins
MCP Server MCP

io.github.pcmedsinge/mcp-terminology

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-terminology

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-terminology",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the FHIR terminology server (default: https://tx.fhir.org/r4)",
          "format": "string",
          "name": "TERMINOLOGY_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...