Skip to content

curewise/curewise

v1.0.0MIT

CureWise MCP plugin for profile, records, clinical trials, and cross-check workflows.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

curewisestreamable-http
{
  "type": "streamable-http",
  "url": "https://app.curewise.com/api/mcp",
  "headers": {
    "Authorization": "Bearer ${CUREWISE_API_KEY}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "curewise",
  "version": "1.0.0",
  "description": "CureWise MCP plugin for profile, records, clinical trials, and cross-check workflows.",
  "author": {
    "name": "CureWise",
    "email": "support@curewise.com"
  },
  "homepage": "https://app.curewise.com/plugins",
  "repository": "https://github.com/curewise/curewise-plugin",
  "license": "MIT",
  "keywords": ["mcp", "health", "clinical", "curewise"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub