Skip to content
VS Code

optometry patient mcp for VS Code

io.github.csoai-org/optometry-patient-mcp

FHIR-based patient records for domiciliary opticians

client:VS Code transport:stdio runtime:pypi

Install optometry patient mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "optometry-patient-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "optometry-patient-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

optometry patient mcp in other clients