← Back to browse

mcp-ratchet-clinical-charting

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPOINTCARE_API_URL POINTCARE_API_KEY
Claude Code
claude mcp add --env POINTCARE_API_URL= --env POINTCARE_API_KEY= mcp-ratchet-clinical-charting -- npx mcp-ratchet-clinical-charting
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-ratchet-clinical-charting","command":"npx","args":["mcp-ratchet-clinical-charting"],"env":{"POINTCARE_API_URL":"","POINTCARE_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "mcp-ratchet-clinical-charting": {
      "command": "npx",
      "args": [
        "mcp-ratchet-clinical-charting"
      ],
      "env": {
        "POINTCARE_API_URL": "",
        "POINTCARE_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.