Close Menu
    Main Menu
    • Home
    • News
    • Tech
    • Robotics
    • ML & Research
    • AI
    • Digital Transformation
    • AI Ethics & Regulation
    • Thought Leadership in AI

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Microsoft Limits IE Mode in Edge After Chakra Zero-Day Exercise Detected

    October 15, 2025

    A Quarter of the CDC Is Gone

    October 15, 2025

    The #1 Podcast To Make You A Higher Chief In 2024

    October 15, 2025
    Facebook X (Twitter) Instagram
    UK Tech InsiderUK Tech Insider
    Facebook X (Twitter) Instagram
    UK Tech InsiderUK Tech Insider
    Home»Machine Learning & Research»Speed up growth with the Amazon Bedrock AgentCore MCP server
    Machine Learning & Research

    Speed up growth with the Amazon Bedrock AgentCore MCP server

    Oliver ChambersBy Oliver ChambersOctober 6, 2025No Comments7 Mins Read
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    Speed up growth with the Amazon Bedrock AgentCore MCP server
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link


    Immediately, we’re excited to announce the Amazon Bedrock AgentCore Mannequin Context Protocol (MCP) Server. With built-in help for runtime, gateway integration, id administration, and agent reminiscence, the AgentCore MCP Server is purpose-built to hurry up creation of parts suitable with Bedrock AgentCore. You need to use the AgentCore MCP server for speedy prototyping, manufacturing AI options, or to scale your agent infrastructure in your enterprise.

    Agentic IDEs like Kiro, Amazon Q Developer for CLI, Claude Code, GitHub Copilot, and Cursor, together with subtle MCP servers are remodeling how builders construct AI brokers. What usually takes important effort and time, for instance studying about Bedrock AgentCore providers, integrating Runtime and Instruments Gateway, managing safety configurations, and deploying to manufacturing can now be accomplished in minutes via conversational instructions along with your coding assistant.

    On this submit we introduce the brand new AgentCore MCP server and stroll via the set up steps so you may get began.

    AgentCore MCP server capabilities

    The AgentCore MCP server brings a brand new agentic growth expertise to AWS, offering specialised instruments that automate the entire agent lifecycle, remove the steep studying curve, and scale back growth friction that may sluggish innovation cycles. To deal with particular agent growth challenges the AgentCore MCP server:

    1. Transforms brokers for AgentCore Runtime integration by offering steerage to your coding assistant on the minimal performance adjustments wanted—including Runtime library imports, updating dependencies, initializing apps with BedrockAgentCoreApp(), changing entrypoints to decorators, and altering direct agent calls to payload dealing with—whereas preserving your current agent logic and Strands Brokers options.
    2. Automates growth surroundings provisioning by dealing with the entire setup course of via your coding assistant: putting in required dependencies (bedrock-agentcore SDK, bedrock-agentcore-starter-toolkit CLI helpers, strands-agents SDK), configuring AWS credentials and AWS Areas, defining execution roles with Bedrock AgentCore permissions, organising ECR repositories, and creating .bedrock_agentcore.yaml configuration recordsdata.
    3. Simplifies instrument integration with Bedrock AgentCore Gateway for seamless agent-to-tool communication within the cloud surroundings.
    4. Permits easy agent invocation and testing by offering pure language instructions via your coding assistant to invoke provisioned brokers on AgentCore Runtime and confirm the entire workflow, together with calls to AgentCore Gateway instruments when relevant.

    Layered method

    When utilizing the AgentCore MCP server along with your favourite consumer, we encourage you to contemplate a layered structure designed to supply complete AI agent growth help:

    1. Layer 1: Agentic IDE or consumer – Use Kiro, Amazon Q Developer for CLI, Claude Code, Cursor, VS Code extensions, or one other pure language interface for builders. For quite simple duties, agentic IDEs are outfitted with the fitting instruments to search for documentation and carry out duties particular to Bedrock AgentCore. Nevertheless, with this layer alone, builders could observe sub-optimal efficiency throughout AgentCore developer paths.
    2. Layer 2: AWS service documentation – Set up the AWS Documentation MCP Server for complete AWS service documentation, together with context about Bedrock AgentCore.
    3. Layer 3: Framework documentation – Set up the Strands, LangGraph, or different framework docs MCP servers or use the llms.txt for framework-specific context.
    4. Layer 4: SDK documentation – Set up the MCP or use the llms.txt for the Agent Framework SDK and Bedrock AgentCore SDK for a mixed documentation layer that covers the Strands Brokers SDK documentation and Bedrock AgentCore API references.
    5. Layer 5: Steering recordsdata – Activity-specific steerage for extra advanced and repeated workflows. Every IDE has a unique method to utilizing steering recordsdata (for instance, see Steering within the Kiro documentation).

    Every layer builds upon the earlier one, offering more and more particular context so your coding assistant can deal with every little thing from primary AWS operations to advanced agent transformations and deployments.

    Set up

    To get began with the Amazon Bedrock AgentCore MCP server you should utilize the one-click set up on the Github repository.

    Every IDE integrates with an MCP in another way utilizing the mcp.json file. Evaluation the MCP documentation in your IDE, similar to Kiro, Cursor, Amazon Q Developer for CLI, and Claude Code to find out the placement of the mcp.json.

    Use the next in your mcp.json:

    {
      "mcpServers": {
        "awslabs.amazon-bedrock-agentcore-mcp-server": {
          "command": "uvx",
          "args": ["awslabs.amazon-bedrock-agentcore-mcp-server@latest"],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR"
          },
          "disabled": false,
          "autoApprove": []
        }
      }
    }

    For instance, here’s what the IDE seems to be like on Kiro, with the AgentCore MCP server and the 2 instruments, search_agentcore_docs and fetch_agentcore_doc, related:

    Utilizing the AgentCore MCP server for agent growth

    Whereas we present demos for varied use instances beneath utilizing the Kiro IDE, the AgentCore MCP server has additionally been examined to work on Claude Code, Amazon Q CLI, Cursor, and the VS Code Q plugin. First, let’s check out a typical agent growth lifecycle utilizing AgentCore providers (do not forget that this is just one instance with the instruments accessible, and you might be free to discover extra such use instances just by instructing the agent in your favourite Agentic IDE):

    The agent growth lifecycle follows these steps:

    1. The person takes a neighborhood set of instruments or MCP servers and
      1. Creates a lambda goal for AgentCore Gateway; or
      2. Deploys the MCP server as-is on AgentCore Runtime
    2. The person prepares the precise agent code utilizing a most well-liked framework like Strands Brokers or LangGraph. The person can both:
      1. Begin from scratch (the server can fetch docs from the Strands Brokers or LangGraph documentation)
      2. Begin from absolutely or partially working agent code
    3. The person asks the agent to remodel the code right into a format suitable with AgentCore Runtime with the intention to deploy the agent later. This causes the agent to:
      1. Write an applicable necessities.txt file
      2. import mandatory libraries together with bedrock_agentcore
      3. adorn the primary handler (or create one) to entry the core agent calling logic or enter handler
    4. The person could then ask the agent to deploy to AgentCore Runtime. The agent can search for documentation and might use the AgentCore CLI to deploy the agent code to Runtime
    5. The person can take a look at the agent by asking the agent to take action. The AgentCore CLI command required for that is written and executed by the consumer
    6. The person then asks to switch the code to make use of the deployed AgentCore Gateway MCP server inside this AgentCore Runtime agent.
      1. The agent modifies the unique code so as to add an MCP consumer that may name the deployed gateway
      2. The agent then deploys a brand new model v2 of the agent to Runtime
      3. The agent then checks this integration with a brand new immediate

    Here’s a demo of the MCP server working with Cursor IDE. We see the agent carry out the next steps:

    1. Rework the weather_agent.py to be suitable with AgentCore runtime
    2. Use the AgentCore CLI to deploy the agent
    3. Check the deployed agent with a profitable immediate

    Right here’s one other instance of deploying a LangGraph agent to AgentCore Runtime with the Cursor IDE performing related steps as seen above.

    Clear up

    When you’d wish to uninstall the MCP server, observe the MCP documentation in your IDE, similar to Kiro, Amazon Q Developer for CLI, Cursor, and Claude Code for directions.

    Conclusion

    On this submit, we confirmed how you should utilize the AgentCore MCP server along with your favourite Agentic IDE of selection to hurry up your growth workflows.

    We encourage you to evaluate the Github repository, as properly learn via and use the next assets in your growth:

    We encourage you to check out the AgentCore MCP server and supply any suggestions via points in our GitHub repository.


    Concerning the authors

    Shreyas Subramanian

    Shreyas Subramanian

    Shreyas is a Principal Information Scientist and helps prospects by utilizing Generative AI to resolve their enterprise challenges utilizing the AWS platform. Shreyas has a background in giant scale optimization and Deep Studying, and he’s a researcher learning using Machine Studying and Reinforcement Studying for accelerating studying and optimization duties. Shreyas can also be an Amazon best-selling ebook creator with a number of analysis papers and patents to his title.

    Primo Mu

    Primo Mu

    Primo is a Software program Improvement Engineer on the Agentic AI Basis crew at AWS, the place he builds foundational techniques and infrastructure that energy clever AI purposes. He has in depth expertise engaged on backend stateless orchestration providers behind merchandise like Kiro and Q Dev CLI. He focuses on creating scalable frameworks and sturdy architectures that allow builders to construct subtle agentic techniques.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Oliver Chambers
    • Website

    Related Posts

    Enlightenment – O’Reilly

    October 15, 2025

    EncQA: Benchmarking Imaginative and prescient-Language Fashions on Visible Encodings for Charts

    October 14, 2025

    Remodeling the bodily world with AI: the subsequent frontier in clever automation 

    October 14, 2025
    Top Posts

    Evaluating the Finest AI Video Mills for Social Media

    April 18, 2025

    Utilizing AI To Repair The Innovation Drawback: The Three Step Resolution

    April 18, 2025

    Midjourney V7: Quicker, smarter, extra reasonable

    April 18, 2025

    Meta resumes AI coaching utilizing EU person knowledge

    April 18, 2025
    Don't Miss

    Microsoft Limits IE Mode in Edge After Chakra Zero-Day Exercise Detected

    By Declan MurphyOctober 15, 2025

    Microsoft has shortly modified a characteristic in its Edge internet browser after getting “credible reviews”…

    A Quarter of the CDC Is Gone

    October 15, 2025

    The #1 Podcast To Make You A Higher Chief In 2024

    October 15, 2025

    Enlightenment – O’Reilly

    October 15, 2025
    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    UK Tech Insider
    Facebook X (Twitter) Instagram
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms Of Service
    • Our Authors
    © 2025 UK Tech Insider. All rights reserved by UK Tech Insider.

    Type above and press Enter to search. Press Esc to cancel.