Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From hcls-agents
Custom MCP server running locally via `uvx strands-agents-mcp-server`. Purpose is unclear from configuration alone.
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": {
"strands-docs": {
"command": "uvx",
"args": [
"strands-agents-mcp-server"
]
}
}
}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
Share bugs, ideas, or general feedback.