|
| 1 | +name: charmhealth-mcp-server |
| 2 | +image: mcp/charmhealth-mcp-server |
| 3 | +type: server |
| 4 | +meta: |
| 5 | + category: productivity |
| 6 | + tags: |
| 7 | + - charmhealth |
| 8 | + - ehr |
| 9 | + - medical |
| 10 | + - productivity |
| 11 | +about: |
| 12 | + title: CharmHealth MCP Server |
| 13 | + description: An MCP server for CharmHealth EHR that allows LLMs and MCP clients to interact with patient records, encounters, and practice information. |
| 14 | + icon: https://raw.githubusercontent.com/CharmHealth/charm-mcp-server/d7928f1ed514f59656e36693749dffea52ab04c2/Charm_icon.png |
| 15 | +source: |
| 16 | + project: https://github.com/CharmHealth/charm-mcp-server |
| 17 | +config: |
| 18 | + description: Configure the connection to CharmHealth EHR |
| 19 | + secrets: |
| 20 | + - name: charmhealth-mcp-server.charmhealth_api_key |
| 21 | + env: CHARMHEALTH_API_KEY |
| 22 | + example: <CHARMHEALTH_API_KEY> |
| 23 | + - name: charmhealth-mcp-server.charmhealth_refresh_token |
| 24 | + env: CHARMHEALTH_REFRESH_TOKEN |
| 25 | + example: <CHARMHEALTH_REFRESH_TOKEN> |
| 26 | + env: |
| 27 | + - name: CHARMHEALTH_BASE_URL |
| 28 | + example: your_base_url_here |
| 29 | + value: '{{charmhealth-mcp-server.charmhealth_base_url}}' |
| 30 | + - name: CHARMHEALTH_CLIENT_ID |
| 31 | + example: your_client_id_here |
| 32 | + value: '{{charmhealth-mcp-server.charmhealth_client_id}}' |
| 33 | + - name: CHARMHEALTH_CLIENT_SECRET |
| 34 | + example: your_client_secret_here |
| 35 | + value: '{{charmhealth-mcp-server.charmhealth_client_secret}}' |
| 36 | + - name: CHARMHEALTH_REDIRECT_URI |
| 37 | + example: your_redirect_uri_here |
| 38 | + value: '{{charmhealth-mcp-server.charmhealth_redirect_uri}}' |
| 39 | + - name: CHARMHEALTH_TOKEN_URL |
| 40 | + example: your_token_url_here |
| 41 | + value: '{{charmhealth-mcp-server.charmhealth_token_url}}' |
| 42 | + parameters: |
| 43 | + type: object |
| 44 | + properties: |
| 45 | + charmhealth_base_url: |
| 46 | + type: string |
| 47 | + charmhealth_client_id: |
| 48 | + type: string |
| 49 | + charmhealth_client_secret: |
| 50 | + type: string |
| 51 | + charmhealth_redirect_uri: |
| 52 | + type: string |
| 53 | + charmhealth_token_url: |
| 54 | + type: string |
0 commit comments