AWS Releases Agent Toolkit to Fix AI Coding Agents on 300+ Services
AWS ships a governed bridge between coding agents and 300+ services, replacing AWS Labs tooling with plugins, skills, and a managed MCP server.
PRO- AWS launched the Agent Toolkit for AWS, an open-source suite of MCP servers, skills, and plugins.
- Four plugins ship at GA: aws-core, aws-agents, aws-data-analytics, and aws-agents-for-devsecops.
- Managed MCP server covers 300+ AWS services with sandboxed Python execution and live documentation search.
- IAM condition keys let you write policies that apply only to agent actions, not human ones.
- CloudWatch metrics and CloudTrail logging capture every agent request for auditing and monitoring.
- Works with Claude Code, Cursor, Codex, Kiro, Windsurf, Cline, and any MCP-compatible agent.
AWS has made its official play for AI coding agents. The Agent Toolkit for AWS is now generally available on GitHub, packaging a managed MCP server, a library of curated skills, and one-click plugins for Claude Code, Codex, Cursor, and Kiro. It ships under Apache 2.0 and succeeds the MCP servers, skills, and plugins AWS began releasing through AWS Labs in 2025.
The toolkit targets a real pain point: coding agents that can spin up an S3 bucket but fall apart the moment they need to orchestrate a multi-service workflow on services their training data never saw.
The problem it is trying to fix
Anyone who has watched Claude Code or Cursor try to wire up a Lambda, an SQS queue, and an IAM policy in one shot knows the failure mode. Agents choose the wrong service for a use case, misconfigure resources, or repeatedly retry operations on newer APIs they were not trained on. They also resist governance, which leaves teams burning tokens and refusing to let agents anywhere near production.
Common tasks like creating a bucket or launching an EC2 instance usually work. Multi-step workflows are where things unravel. The toolkit tries to close that gap with structured guidance and a live channel to AWS docs and APIs.
Four components under the hood
The toolkit is a stack of pieces that plug into whatever agent you already use:
- AWS MCP Server
This story is for Pro members
You've reached the end of the free preview. Upgrade to AlphaSignal Pro to read the full article - and everything else behind the paywall.