Skip to content
Windsurf

mcp terminology for Windsurf

io.github.pcmedsinge/mcp-terminology

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

client:Windsurf transport:stdio runtime:pypi

Install mcp terminology in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp terminology in other clients