{
"mcpServers": {
"agent-care": {
"command": "node",
"args": [
"/Users/your-username/{agentcare-download-path}/agent-care-mcp/build/index.js"
],
"env": {
"OAUTH_CLIENT_ID": "XXXXXX",
"OAUTH_CLIENT_SECRET":"XXXXXXX",
"OAUTH_TOKEN_HOST":"https://authorization.cerner.com",
"OAUTH_AUTHORIZE_PATH":"/tenants/ec2458f2-1e24-41c8-b71b-0e701af7583d/protocols/oauth2/profiles/smart-v1/personas/provider/authorize",
"OAUTH_AUTHORIZATION_METHOD": "header",
"OAUTH_TOKEN_PATH":"/tenants/ec2458f2-1e24-41c8-b71b-0e701af7583d/hosts/api.cernermillennium.com/protocols/oauth2/profiles/smart-v1/token",
"OAUTH_AUDIENCE":"https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d",
"OAUTH_CALLBACK_URL":"http://localhost:3456/oauth/callback",
"OAUTH_SCOPES":"user/Patient.read user/Condition.read user/Observation.read user/MedicationRequest.read user/AllergyIntolerance.read user/Procedure.read user/CarePlan.read user/CareTeam.read user/Encounter.read user/Immunization.read",
"OAUTH_CALLBACK_PORT":"3456",
"FHIR_BASE_URL":"https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4",
"PUBMED_API_KEY":"your_pubmed_api_key",
"CLINICAL_TRIALS_API_KEY":"your_trials_api_key",
"FDA_API_KEY":"your_fda_api_key"
}
}
}
}