-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Anthropic released the https://www.anthropic.com/news/model-context-protocol . This is an open standard that enables developers to build secure, two-way connections between their data sources and AI-powered tools.
The idea of the new construct(s) would be to facilitate the creation of new MCP servers on AWS.
More info/resources:
https://github.com/modelcontextprotocol/servers
https://modelcontextprotocol.io/development/roadmap
Use Case
Facilitate how to give Large Language Models (LLMs) workflows secure, extensible access to tools and data sources.
Proposed Solution
This construct should deploy an MCP server on AWS ECS using Fargate. It should include an Application Load Balancer and support Docker-based MCP servers from public Docker-compatible registries. The construct should be able use an existing VPC or create a new one if VPC is not specified.
Other
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request