nova-act-mcp

nova-act-mcp

0

The Nova Act MCP Server project deploys a Model Context Protocol Server and Client on AWS ECS Fargate using AWS CDK. It includes components such as ECS Fargate, an Application Load Balancer, and Secrets Manager for API key storage. It simplifies deployment and management of the server on AWS infrastructure.

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

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
  3. Set your Nova Act API key (optional)

Deployment

Use AWS CDK to bootstrap and deploy the application.

Access

After deployment, endpoints are provided for the MCP Server and Client UI.

Cleanup

Destroy the deployment with AWS CDK.

License

ISC