Skip to content
Cursor

mcp terminology for Cursor

io.github.pcmedsinge/mcp-terminology

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

client:Cursor transport:stdio runtime:pypi

Install mcp terminology in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-terminology": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-terminology"
      ],
      "env": {
        "TERMINOLOGY_BASE_URL": "<TERMINOLOGY_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp terminology in other clients