GitHub Stars
95
User Rating
Not Rated
Favorites
0
Views
25
Forks
24
Issues
2
Installation
Difficulty
BeginnerEstimated 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
Author Information
0
Followers
0
Repositories
0
Gists
0
Total Contributions
Related MCPs
mcp_safe_local_python_executor
32
Stdio MCP Server wrapping custom Python runtime (LocalPythonExecutor) from Hugging Faces' `smolagents` framework. The runtime combines the ease of setup (compared to docker, VM, cloud runtimes) while providing safeguards and limiting operations/imports that are allowed inside the runtime.