Cover image
Try Now
2024-12-01

Démo de l'open source d'Anthropic MCP utilisé avec API Amazon Bedrock Converse

3 years

Works with Finder

5

Github Watches

22

Github Forks

81

Github Stars

Amazon Bedrock Converse API MCP Demo

This is a demo of Anthropic's open source MCP used with Amazon Bedrock Converse API. This combination allows for the MCP to be used with any of the many models supported by the Converse API.

Prerequisites

  • Python 3.8+
  • AWS account with Bedrock access
  • AWS credentials configured locally
  • SQLite database (Follow the instructions in the MCP Quick Start Guide to set this up.)

Installation

  1. Clone the repository:
git clone <repository-url>
cd <project-directory>
  1. Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install required packages:
pip install -r requirements.txt

Configuration

  1. Ensure AWS credentials are properly configured in ~/.aws/credentials or via environment variables:
export AWS_ACCESS_KEY_ID=your_access_key
export AWS_SECRET_ACCESS_KEY=your_secret_key
export AWS_DEFAULT_REGION=us-west-2
  1. The default configuration uses:
  • Model: anthropic.claude-3-5-sonnet-20241022-v2:0
  • Region: us-west-2
  • SQLite database path: ~/test.db

Project Structure

  • app.py: Main application entry point and interactive loop
  • converse_agent.py: Core agent implementation with Bedrock integration
  • converse_tools.py: Tool management and execution system
  • mcp_client.py: MCP (Model Control Protocol) client implementation

Usage

  1. Start the application:
python app.py
  1. Enter prompts when prompted. The agent will:
  • Process your input
  • Execute any necessary tools
  • Provide responses
  • Maintain conversation context
  1. Exit the application by typing 'quit', 'exit', 'q', or using Ctrl+C

Key Components

ConverseAgent

The main agent class that:

  • Manages conversation flow
  • Integrates with Bedrock
  • Handles tool execution
  • Processes responses

Reference:

startLine: 3
endLine: 109

ConverseToolManager

Manages tool registration and execution:

  • Tool registration with schemas
  • Name sanitization
  • Tool execution handling

Reference:

startLine: 5
endLine: 76

MCPClient

Handles communication with the MCP server:

  • Tool discovery
  • Tool execution
  • Server connection management

Reference:

startLine: 6
endLine: 48

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • apappascs
  • Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.

  • ShrimpingIt
  • Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX

  • pontusab
  • La communauté du curseur et de la planche à voile, recherchez des règles et des MCP

  • jae-jae
  • MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.

  • ravitemer
  • Un puissant plugin Neovim pour gérer les serveurs MCP (Protocole de contexte modèle)

  • patruff
  • Pont entre les serveurs Olllama et MCP, permettant aux LLM locaux d'utiliser des outils de protocole de contexte de modèle

  • av
  • Exécutez sans effort LLM Backends, API, Frontends et Services avec une seule commande.

  • appcypher
  • Serveurs MCP géniaux - une liste organisée de serveurs de protocole de contexte de modèle

  • Mintplex-Labs
  • L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.

  • 1Panel-dev
  • 🔥 1Panel fournit une interface Web intuitive et un serveur MCP pour gérer des sites Web, des fichiers, des conteneurs, des bases de données et des LLM sur un serveur Linux.

    Reviews

    3 (1)
    Avatar
    user_DgLW4Kkh
    2025-04-17

    I have been using amazon-bedrock-mcp for a while, and it has truly transformed my workflow. The integration and functionality provided by mikegc-aws are impressive. The documentation is thorough, and the support is outstanding. Highly recommend checking it out at https://github.com/mikegc-aws/amazon-bedrock-mcp.