Stats
Actions
Tags
From compliance-pilot
Local stdio MCP server providing access to AWS APIs for cloud resource management, service queries, and operations. Requires AWS credentials via environment or CLI profile.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"aws-api": {
"command": "uvx",
"args": [
"awslabs.aws-api-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
FASTMCP_LOG_LEVEL=ERRORDeclared capabilities of this MCP server
npx claudepluginhub prajapatimehul/comp-agent --plugin compliance-pilot