
AWS moved its managed Model Context Protocol (MCP) server from preview to production on May 24, 2026, providing a standardized, auditable interface that lets AI coding agents consult documentation, call AWS APIs, and run operational workflows without exposing broad, long‑lived credentials. That controlled — access model matters because it gives organizations a way to use autonomous code agents while retaining governance and visibility over agent actions.
The MCP server enforces IAM‑based access controls and produces CloudWatch metrics and CloudTrail logs so teams can govern and audit agent activity independently. Since the re:Invent preview, AWS has expanded MCP support to cover all AWS APIs-including long‑running operations and file uploads — and added a sandboxed Python execution environment for multi‑step tasks that cannot access the local filesystem or shell.
MCP ships as part of the open‑source Agent Toolkit for AWS, a set of tools, plugins, and workflows that supplies agents with up‑to‑date AWS documentation, controlled API access, and operational guidance. AWS says the toolkit reduces errors, retries, and token usage by keeping agent knowledge current and by providing opinionated integration points for builders and agent maintainers.
AWS framed MCP as a response to agents' knowledge and safety gaps. Sébastien Stormacq, principal developer advocate at AWS, warned that agents often rely on training data that can be months out of date and therefore miss newer services such as Amazon S3 Vectors, Amazon Aurora DSQL, or Amazon Bedrock AgentCore. Stormacq added that the combination of live documentation, authenticated API calls, and sandboxed execution "changes what an agent can actually do on AWS."
Industry reaction has been mixed. Darryl Ruggles of Ciena called MCP servers important for balancing usefulness and safety, while other practitioners raised governance concerns: Kunal Parsewar highlighted missing gateways to restrict particular actions, and Jeremy Daly cautioned that the move may help AWS become a default platform for AI coding agents but does not guarantee the same early lead it once had with serverless.
Operational details matter for builders. MCP uses IAM and SigV4 authentication but currently accepts OAuth 2.1, so AWS provides an open‑source MCP Proxy for AWS that runs locally and translates IAM credentials into OAuth‑compatible requests. The service is available in US East (Northern Virginia) and Frankfurt, is free to use itself (standard AWS resource charges still apply), and can integrate with agents such as Claude Code, Kiro, Cursor, and Codex. One example integration is shown in a sample command line: "claude mcp add-json aws-mcp --scope user '{"command":"uvx","args":["mcp-proxy-for-aws@latest","https://aws-mcp.us-east-1.api.aws/mcp","--metadata","AWS_REGION=us-west-2"]}'".
Sources
Replies (0)
No replies in this topic yet.