amazon-bedrock-mcp

Demo of Anthropic's open source MCP used with Amazon Bedrock Converse API

GitHub Stars

95

User Rating

Not Rated

Favorites

0

Views

25

Forks

24

Issues

2

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Python: 3.8 or higher
AWS Account: Requires Bedrock access
AWS Credentials: Configured locally
SQLite Database: Follow the [MCP Quick Start Guide](https://modelcontextprotocol.io/quickstart)

Installation Steps

1. Clone Repository

bash
git clone https://github.com/mikegc-aws/amazon-bedrock-mcp
cd amazon-bedrock-mcp

2. Create and Activate Virtual Environment

bash
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

3. Install Required Packages

bash
pip install -r requirements.txt

Troubleshooting

Issue: Virtual environment does not activate correctly Solution: Check the path and ensure you are using the correct command.

Additional Resources