MCP Server
MCP
io.github.m2ai-mcp-servers/mcp-ratchet-clinical-charting
MCP server for clinical charting with Claude - document patient visits to EMR
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
By
Comments
Sign in to leave a comment