https://github.com/awsdataarchitect/nova-act-mcp
Nova Act MCP Server on ECS Fargate
https://github.com/awsdataarchitect/nova-act-mcp
cdk mcp-server nova-act playwright serverless
Last synced: about 2 months ago
JSON representation
Nova Act MCP Server on ECS Fargate
- Host: GitHub
- URL: https://github.com/awsdataarchitect/nova-act-mcp
- Owner: awsdataarchitect
- Created: 2025-04-30T18:47:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-01T00:19:16.000Z (6 months ago)
- Last Synced: 2025-09-07T22:35:18.680Z (about 2 months ago)
- Topics: cdk, mcp-server, nova-act, playwright, serverless
- Language: Python
- Homepage: https://medium.com/aws-in-plain-english/implementing-nova-act-mcp-server-on-ecs-fargate-bd79f7c63db2
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **nova-act-mcp** - Nova Act MCP Server on ECS Fargate `python` `cdk` `mcp-server` `nova-act` `playwright` `pip install git+https://github.com/awsdataarchitect/nova-act-mcp` (🤖 AI/ML)
- awesome-mcp-servers - **nova-act-mcp** - Nova Act MCP Server on ECS Fargate `python` `cdk` `mcp-server` `nova-act` `playwright` `pip install git+https://github.com/awsdataarchitect/nova-act-mcp` (AI/ML)
README
# 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:
```
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
```bash
cdk bootstrap
cdk deploy
```
## Access
After deployment, the CDK outputs provide:
- MCP Server endpoint: `http:///mcp`
- Client UI: `http://:8501`
## Cleanup
```bash
cdk destroy
```
## License
ISC