Nova Act MCP Server on ECS Fargate

by awsdataarchitect

248 downloads
Not rated
GitHub

About

Nova Act MCP Server on ECS Fargate deploys an Amazon Nova Act MCP (Model Context Protocol) server and a client UI on AWS ECS Fargate using AWS CDK. It is intended for developers who need a serverless containerized deployment of the MCP stack on AWS.

Details

Author
awsdataarchitect
Downloads
248
Categories
Other

- Deployed on ECS Fargate for serverless container execution
- Includes an Application Load Balancer for routing
- Uses ECR for Docker image storage
- CloudMap for service discovery
- Secrets Manager for API key storage

Clone the repository, install dependencies with npm install, optionally set the NOVA_ACT_API_KEY environment variable, then run cdk bootstrap and cdk deploy. After deployment, access the MCP server at http://<alb-dns-name>/mcp and the client UI at http://<alb-dns-name>:8501.

Nova Act MCP Server on ECS Fargate

This project deploys Amazon Nova Act MCP (Model Context Protocol) Server and Client on AWS ECS Fargate using AWS CDK.

Architecture

Alt text

The infrastructure includes:
- ECS Fargate cluster with server and client services
- Application Load Balancer for routing traffic
- ECR repository for Docker images
- CloudMap service discovery
- Secrets Manager for API key storage

Prerequisites

- AWS CLI configured
- Node.js and npm installed
- AWS CDK installed
- Docker installed
- Amazon Nova Act API key

Setup

1. Clone the repository
2. Install dependencies:

   npm install

3. Set your Nova Act API key (optional):
   export NOVA_ACT_API_KEY=your-api-key

If not set, you'll need to manually add it to AWS Secrets Manager.

Deployment

cdk bootstrap
cdk deploy

Access

After deployment, the CDK outputs provide:
- MCP Server endpoint: http://<alb-dns-name>/mcp
- Client UI: http://<alb-dns-name>:8501

Cleanup

cdk destroy

License

ISC

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.