Amazon Bedrock AgentCore MCP Server
An MCP server that integrates with Amazon Bedrock AgentCore, allowing you to build, deploy, and manage intelligent agents with features like memory, OAuth authentication, and gateway integrations for conversational AI workflows.
About this tool
Amazon Bedrock AgentCore MCP Server
Overview
The Amazon Bedrock AgentCore Model Context Protocol (MCP) Server lets you transform, deploy, and test Amazon Bedrock AgentCore–compatible agents directly from your development environment. It integrates with popular MCP clients to provide conversational commands for automating agent development and deployment workflows onto Amazon Bedrock AgentCore.
- Category: AI Integration – MCP Servers
- Vendor/Brand: Amazon Web Services (AWS)
- Docs: https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/mcp-getting-started.html
Features
-
Agent transformation for AgentCore runtime
- Helps convert existing agents built with supported frameworks (e.g., Strands Agents, LangGraph, CrewAI, or similar) into Amazon Bedrock AgentCore–compatible agents.
-
Deployment to Amazon Bedrock AgentCore
- Supports deploying transformed agents from local development environments to the AgentCore runtime running on Amazon Bedrock.
- Integrates with Amazon Bedrock AgentCore services for moving agents from development to production.
-
Agent lifecycle management
- Provides capabilities tied to the typical lifecycle of an agent: build, transform for runtime, deploy, and test.
-
Runtime integration
- Built-in support for connecting agents to the Amazon Bedrock AgentCore runtime.
- Simplifies configuration required to run agents in the managed AgentCore environment.
-
Gateway connectivity
- Includes support for gateway integrations used in conversational AI workflows (e.g., connecting agents to external or downstream services via gateway patterns).
-
Conversational workflow automation
- Exposes conversational commands through MCP clients to automate complex agent development workflows (e.g., transform, deploy, test) from within your coding assistant or CLI.
-
Multi-client MCP compatibility
- Works with multiple MCP clients, including:
- Kiro
- Cursor
- Claude Code (standalone app and VS Code extension via Claude Code CLI)
- Amazon Q CLI (and Amazon Q in IDEs via documented configuration)
- Works with multiple MCP clients, including:
-
IDE and CLI integration
- Can be used from coding assistants and IDEs (such as VS Code and JetBrains via Amazon Q, or Claude Code extension).
- MCP server is configured via client-specific JSON configuration files (e.g.,
.kiro/settings/mcp.json,.cursor/mcp.json,~/.claude/mcp.json).
-
Local development to production path
- Designed to bridge local AgentCore agent development and production-grade deployment on Amazon Bedrock AgentCore.
-
Python-based dependency support
- Utilizes Python packages for AgentCore development, including:
bedrock-agentcorebedrock-agentcore-starter-toolkit
- Utilizes Python packages for AgentCore development, including:
Prerequisites
- AWS account with appropriate Amazon Bedrock AgentCore permissions.
- AWS CLI installed and configured with credentials.
- One of the supported MCP clients:
- Kiro
- Cursor
- Claude Code
- Amazon Q CLI
- An existing AgentCore agent built with a supported or compatible framework (e.g., Strands Agents, LangGraph, CrewAI).
Typical Setup Workflow
- Install required Python dependencies:
pip install bedrock-agentcore pip install bedrock-agentcore-starter-toolkit - Add the AgentCore MCP server to your MCP client’s configuration file:
- Kiro:
.kiro/settings/mcp.json - Cursor:
.cursor/mcp.json - Claude Code standalone:
~/.claude/mcp.json - Amazon Q: configure per-agent via Q CLI/IDE settings.
- Kiro:
- Use your MCP client to:
- Transform an existing agent for AgentCore runtime.
- Deploy the agent to AgentCore runtime.
- Test the deployed agent through conversational commands.
Integrations
- Amazon Bedrock AgentCore services for hosting and running agents.
- MCP-aware tools and assistants, including:
- Kiro, Cursor, Claude Code, Amazon Q CLI, and Amazon Q in IDEs.
Pricing
The provided documentation excerpt does not include any pricing or plan information for the Amazon Bedrock AgentCore MCP Server. Pricing, if applicable, is likely tied to Amazon Bedrock / AgentCore service usage and should be checked in the official AWS pricing pages or console.
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)An MCP server that manages custom model import and on-demand inference in Amazon Bedrock, enabling MCP clients to register, update, and invoke custom foundation models.
An MCP server that utilizes Amazon Nova Canvas model for image generation, integrating Amazon Bedrock with MCP-compatible clients.
An MCP server enabling AI image generation via Amazon Nova Canvas using text and color guidance, designed for conversational assistants and creative agents.
Agent-MCP is a framework and MCP server for building multi-agent systems that collaborate via the Model Context Protocol. It includes task management and coordination features, enabling complex AI workflows across multiple MCP tools and agents.
MCP server for Aleph Alpha’s Luminous models, enabling access to Europe-based large language model capabilities through the Model Context Protocol.
An MCP server that enables retrieval-augmented generation workflows over Amazon Bedrock Knowledge Bases, allowing AI agents to query enterprise knowledge with citation support.