Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides a Model Context Protocol (MCP) server for Finch, enabling generative AI models to build and push container images, and manage ECR repositories via the Finch CLI. It acts as a bri
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-finch-mcp-server": {
"command": "uvx",
"args": [
"awslabs.finch-mcp-server@latest"
],
"env": {
"AWS_PROFILE": "<Your AWS profile name for credentials.>",
"AWS_REGION": "<The AWS region to operate in.>",
"FASTMCP_LOG_LEVEL": "<The logging level for FASTMCP.>"
}
}
}
}{
"id": "aws-finch-mcp-server",
"name": "AWS Finch",
"description": "This package provides a Model Context Protocol (MCP) server for Finch, enabling generative AI models to build and push container images, and manage ECR repositories via the Finch CLI. It acts as a bri",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/finch-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 55759,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.finch-mcp-server"
},
"tools_count": 3
}