← Back to Plugins
MCP Server MCP

Uphealth Signal

github By github 👁 6 views ▲ 0 votes

The adaptive health-messaging engine for apps and agents. Federally-sourced. Not medical advice.

Homepage Verified source GitHub

Install

npx -y @uphealth/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.uphealth.us/mcp",
      "headers": [
        {
          "description": "Optional. Keyless by default — lookup_health_fact needs no token. Add 'Bearer up_sandbox_...' to unlock the keyed patient-stream + cue tools; get a free key from https://uphealth.us/signup to start.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@uphealth/mcp-server",
      "version": "1.1.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional. Runs keyless by default — lookup_health_fact needs no key. Get a free sandbox key (it begins up_sandbox_) from https://uphealth.us/signup to unlock the keyed patient-stream + cue tools.",
          "isSecret": true,
          "name": "UPHEALTH_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...