Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From hcls-agents
Connects to AWS HealthOmics for managing genomic data, workflows, and analytics in the cloud. Requires AWS credentials.
npx claudepluginhub aws-samples/amazon-bedrock-agents-healthcare-lifesciences --plugin hcls-agentsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"aws-healthomics": {
"command": "uvx",
"args": [
"awslabs.aws-healthomics-mcp-server@latest"
],
"env": {
"HEALTHOMICS_DEFAULT_MAX_RESULTS": "100"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
HEALTHOMICS_DEFAULT_MAX_RESULTS=100Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.