optometry patient mcp for Cursor
io.github.csoai-org/optometry-patient-mcp
FHIR-based patient records for domiciliary opticians
client:Cursor
transport:stdio
runtime:pypi
Install optometry patient mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"optometry-patient-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"optometry-patient-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs