npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-agent-framework --plugin jhs-chatfieldAdd to your .mcp.json:
{
"mcpServers": {
"awslabs.aws-knowledge-mcp-server": {
"command": "uvx awslabs.aws-knowledge-mcp-server@latest",
"env": {
"AWS_REGION": "us-east-1",
"AWS_PROFILE": "your-aws-profile",
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}uvx awslabs.aws-knowledge-mcp-server@latestAWS_REGION=us-east-1AWS_PROFILE=your-aws-profileFASTMCP_LOG_LEVEL=ERROR