icdwise for Cursor
io.github.qinisolabs/icdwise
Verified ICD-10-CM code lookup & validation for AI agents — official descriptions, not guesses.
client:Cursor
transport:stdio
runtime:npm
Install icdwise in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"icdwise": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"icdwise"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs