Back to Home
aws-samples icon

sample-agentic-ai-demos

Verified Safe

by aws-samples

Overview

This MCP Server (TypeScript SSE demo) demonstrates an interactive chat interface with tool integration, powered by Amazon Bedrock, designed for agentic AI interactions via the Model Context Protocol (MCP/SSE). It provides tools to interact with AWS S3 and retrieve time information.

Installation

Run Command
./modules/converse-client-server-sse-demo-docker/scripts/run.sh

Environment Variables

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION
  • AWS_SESSION_TOKEN

Security Notes

AWS credentials are managed through environment variables, which is a good practice. Network configurations for deployment to ECS (as seen in other modules' CDK code) utilize security groups and load balancers. For the local Docker Compose setup, ports are exposed to the host for development. The `eval` command in the `run.sh` script is used safely for setting Docker environment variables, not for arbitrary user input.

Similar Servers

Stats

Interest Score52
Security Score8
Cost ClassMedium
Avg Tokens300
Stars95
Forks30
Last Update2025-12-03

Tags

Agentic AIAWS BedrockModel Context ProtocolTool UseTypeScript