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