Skip to content

Commit b4f6e12

Browse files
committed
Add Amazon Bedrock AgentCore Gateway section and demo video
- Added new Amazon Bedrock AgentCore Gateway Integration demo video as first entry - Created dedicated section explaining the integration capabilities - Added fine-grained access control and end-to-end authentication details - Included br-agent-core-gw-2.png image to showcase the integration - Updated registry screenshot to br-agent-core-gw-1.png - Added new images to documentation assets - Removed outdated TESTING.md documentation file
1 parent c9e17c4 commit b4f6e12

File tree

4 files changed

+8
-409
lines changed

4 files changed

+8
-409
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The MCP Gateway & Registry solves these challenges by providing a unified platfo
2323

2424
| Resource | Link |
2525
|----------|------|
26+
| **Demo Video** | [Amazon Bedrock AgentCore Gateway Integration](https://github.com/user-attachments/assets/6ba9deef-017d-4178-9dd2-257d13fd2c41) |
2627
| **Demo Video** | [Dynamic Tool Discovery and Invocation](https://github.com/user-attachments/assets/cee1847d-ecc1-406b-a83e-ebc80768430d) |
2728
| **Blog Post** | [How the MCP Gateway Centralizes Your AI Model's Tools](https://community.aws/content/2xmhMS0eVnA10kZA0eES46KlyMU/how-the-mcp-gateway-centralizes-your-ai-model-s-tools) |
2829

@@ -199,6 +200,12 @@ Authentication and authorization are very key aspects of this solution. The MCP
199200

200201
These authentication patterns are discussed in detail in [`docs/auth.md`](docs/auth.md). An Amazon Cognito-based implementation with step-by-step setup details is provided in [`docs/cognito.md`](docs/cognito.md).
201202

203+
## Amazon Bedrock AgentCore Gateway Integration
204+
205+
Through the MCP Gateway & Registry, you can now connect to an Amazon Bedrock AgentCore Gateway and discover the tools provided by this gateway through the Registry. This integration enables fine-grained access control to the tools and end-to-end authentication overlayed over MCP, providing enterprise-grade security and monitoring capabilities for AI agents accessing AWS services.
206+
207+
![Amazon Bedrock AgentCore Gateway](docs/img/br-agent-core-gw-2.png)
208+
202209
## Features
203210

204211
* **MCP Tool Discovery:** Enables automatic tool discovery by AI Agents and Agent developers. Fetches and displays the list of tools (name, description, schema) based on natural language queries (e.g. _do I have tools to get stock information?_).
@@ -353,7 +360,7 @@ The deployment includes these containers:
353360
- Provides admin access by default
354361
- **Note:** This approach should only be used for testing and will soon require setting `ENABLE_DEV_MODE=true` in your `.env` file
355362

356-
![MCP Registry](docs/img/registry.png)
363+
![MCP Registry](docs/img/br-agent-core-gw-1.png)
357364

358365
#### Post-Installation
359366

0 commit comments

Comments
 (0)