Downloads
Download pre-built binaries for macOS, Linux, and Windows. No dependencies required.
Latest: v1.2.3
Free for personal use and organizations with less than $1M revenue. Contact us for enterprise licensing.
Installation
Terminal
# Extract the archive
tar -xzf snomed-mcp_1.2.1_darwin_arm64.tar.gz
# Move to a directory in your PATH
sudo mv snomed-mcp /usr/local/bin/
# Verify installation
snomed-mcp --versionConfigure Your AI Client
Add the servers to your AI client's MCP configuration. Example for Claude Desktop:
claude_desktop_config.json
{
"mcpServers": {
"snomed": { "command": "/usr/local/bin/snomed-mcp" },
"rxnorm": { "command": "/usr/local/bin/rxnorm-mcp" },
"icd10": { "command": "/usr/local/bin/icd10-mcp" },
"icd11": { "command": "/usr/local/bin/icd11-mcp" },
"loinc": { "command": "/usr/local/bin/loinc-mcp" },
"umls": { "command": "/usr/local/bin/umls-mcp" },
"ucum": { "command": "/usr/local/bin/ucum-mcp" }
}
}See Configuration for setup with VS Code, Cursor, and other MCP clients.