AgentsThe story, in brief

How we built an MCP bridge to give our AgentCore-hosted AI agent access to local MCP tools

Cloud agents just got a local toolkit. AWS shows how to tunnel MCP servers from your laptop into Bedrock AgentCore—no VPN, no open ports.

Illustration of independent geometric mechanisms passing paper tasks along branching amber tracks.
AI agents and the coordination of work.AI illustration by KeyNews
The KeyNews take

Why it matters

Practical infrastructure for bridging the cloud-local gap in agentic systems. This solves a real deployment friction point: agents in the cloud need secure, frictionless access to user-local tools and data. The MCP bridge pattern is becoming table-stakes for enterprise agent adoption.

The key facts

11 to know
  1. AWS Bedrock AgentCore + MCP bridge architecture

  2. Cloud-to-local tunneling via WebSocket + browser extension + Chrome native messaging

  3. Signed message authentication (no open ports, no VPN required)

  4. Solves agent access to local tools and files in production deployments

  5. Published as technical guide on AWS ML blog (August 2026)

  6. Amazon Bedrock AgentCore agents can now securely access local MCP servers

  7. Bridge uses signed messages over WebSocket tunneling via browser extension

  8. No open ports or VPN required for local tool access

  9. Solves cloud-agent-to-local-tool connectivity problem

  10. Uses Chrome native messaging for secure local communication

  11. MCP (Model Context Protocol) as agent-tool standard

Go to the source

AWS Machine Learning Blogaws.amazon.com

Publisher excerpt: AI agents on Amazon Bedrock AgentCore run in the cloud, but users' tools and files live on their laptops. Learn how to build a secure MCP bridge that lets a cloud-hosted agent call local MCP servers by tunneling signed messages over the existing WebSocket connection through a browser extension and…
Read original report
Back to today's editionMore agents news

Keep reading

Related stories

More from Agents