PluginBench
MCP Server

io.github.sigaihealth/cancer-support-hub MCP Server

io.github.sigaihealth/cancer-support-hub

What is the io.github.sigaihealth/cancer-support-hub MCP server?

Search 585+ free cancer support resources across Washington State in 7 languages

How to install io.github.sigaihealth/cancer-support-hub

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cancer-support-hub": {
      "url": "https://cancersupport.sig.ai/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cancer-support-hub": {
      "serverUrl": "https://cancersupport.sig.ai/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cancer-support-hub": {
      "type": "http",
      "url": "https://cancersupport.sig.ai/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "cancer-support-hub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cancersupport.sig.ai/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http cancer-support-hub https://cancersupport.sig.ai/api/mcp

Related MCP servers

Search and analyze 5,600+ companies across 30 technology verticals.

View repository →