← Back to Plugins
MCP Server MCP

io.github.m2ai-mcp-servers/mcp-ratchet-clinical-charting

github By github 👁 1 views ▲ 0 votes

MCP server for clinical charting with Claude - document patient visits to EMR

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-ratchet-clinical-charting",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "EMR API base URL (optional - runs in mock mode if not set)",
          "format": "string",
          "name": "POINTCARE_API_URL"
        },
        {
          "description": "EMR API key (required for production mode)",
          "format": "string",
          "isSecret": true,
          "name": "POINTCARE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...