Amazon Bedrock AgentCore MCP Gateway MCP Server

$git clone https://github.com/manifullstackdeveloper/gaab_mcp_poc
README.md

Enables Amazon Bedrock AgentCore to interact with AWS Lambda and REST APIs.

A proof-of-concept implementation that enables Amazon Bedrock AgentCore to interact with AWS Lambda functions and REST APIs through the Model Context Protocol. It provides a gateway for protocol translation and supports direct server implementation using the FastMCP framework.

Environment Variables

AWS_REGIONrequiredThe AWS region for Bedrock and Lambda services

Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "gaab_mcp_poc": {
      "command": "python",
      "args": ["-m", "gaab_mcp_poc"],
      "env": {
        "AWS_REGION": "us-east-1"
      }
    }
  }
}

Try it

Connect my Amazon Bedrock Agent to the MCP gateway.
Use the FastMCP framework to trigger an AWS Lambda function.
Translate this REST API call through the Bedrock AgentCore protocol.

Frequently Asked Questions

How do I install Amazon Bedrock AgentCore MCP Gateway?

Install Amazon Bedrock AgentCore MCP Gateway by running: git clone https://github.com/manifullstackdeveloper/gaab_mcp_poc

What MCP clients work with Amazon Bedrock AgentCore MCP Gateway?

Amazon Bedrock AgentCore MCP Gateway works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Amazon Bedrock AgentCore MCP Gateway with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free