Skip to main content
Glama

MCP Tool Server

MCP auf AWS Bedrock

Ein einfaches und klares Beispiel zur Implementierung und zum Verständnis von Anthropic MCP (auf AWS Bedrock).

Für die Verwaltung mehrerer MCP-Server könnte dieses kleine Projekt Q-2001 als Referenz dienen.

Überblick

Dieses Projekt zeigt, wie das Model Context Protocol (MCP) von Anthropic mit AWS Bedrock implementiert und verwendet wird. Es bietet eine Client-Implementierung, die über den Laufzeitdienst von AWS Bedrock mit MCP-fähigen Tools interagieren kann.

Updates 10.05.2025: Streambares HTTP

  • Unterstützung für Streamable HTTP hinzufügen
  • Schreiben Sie den URL-Abruf-MCP-Server fetch_url_mcp_server.py neu, der verschiedene Transporttypen demonstriert

Gebrauchsanweisung

Führen Sie den Server mit den Standardeinstellungen von stdio aus (kein Transportparameter):

uv run fetch_url_mcp_server.py # client uv run client_stdio.py

Ausführen mit streamable-http-Transport auf dem Standardport (8000):

python fetch_url_mcp_server.py --transport streamable-http # client uv run client_streamablehttp.py

Mit streamable-http-Transport auf benutzerdefiniertem Port ausführen:

python fetch_url_mcp_server.py --transport streamable-http --port 8080

Voraussetzungen

  • Python 3.10 oder höher
  • AWS-Konto mit Bedrock-Zugriff
  • Konfigurierte AWS-Anmeldeinformationen
  • UV-Paketmanager

Merkmale

  • Nahtlose Integration mit der AWS Bedrock-Laufzeit mithilfe der Converse-API
  • Toolformatkonvertierung für Bedrock-Kompatibilität
  • Asynchrone Kommunikationsabwicklung
  • Strukturiertes Logging zur Fehlerbehebung

Beitragen

Senden Sie gerne Probleme und Pull Requests, um die Implementierung zu verbessern.

Lizenz

MIT-Lizenz

Verweise

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Tools

Erleichtert die Interaktion mit AWS Bedrock-fähigen Tools durch Implementierung des Model Context Protocol von Anthropic für eine nahtlose Tool-Integration und -Kommunikation.

  1. Überblick
    1. Updates 10.05.2025: Streambares HTTP
      1. Gebrauchsanweisung
    2. Voraussetzungen
      1. Merkmale
        1. Beitragen
          1. Lizenz
            1. Verweise

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that enables Claude to execute Python code using boto3 to query and manage AWS resources directly from conversations.
                Last updated -
                18
                Python
                MIT License
                • Linux
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server enabling AI assistants to directly interact with infrastructure tools like Ansible and Terraform for executing playbooks, managing cloud resources, and performing other infrastructure operations.
                Last updated -
                18
                13
                TypeScript
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                A web application that enables users to interact with AWS Bedrock language models through a modern interface with support for multiple models like Claude 3, Titan, and Llama 2.
                Last updated -
                Python
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A tool that helps users easily register Anthropic's Model Context Protocol in Claude Desktop and Cursor, providing ready-made MCP tools for RAG, web search, and Dify integrations.
                Last updated -
                Python
                MIT License
                • Apple
                • Linux

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidshtian/MCP-on-AWS-Bedrock'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server