Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-for-aws": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-server-aws-resources",
"."
]
}
}
}