Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Official, AWS-supported MCP servers, skills, and plugins to help AI agents build on AWS
| Date | Stars |
|---|---|
| 2026-07-31 | 2184 |
| 2026-08-03 | 2206 |
| 2026-08-06 | 2206 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Agent Toolkit for AWS
[](LICENSE)
[](https://github.com/aws/agent-toolkit-for-aws/actions/workflows/build.yml)
[](https://github.com/aws/agent-toolkit-for-aws)
Help AI coding agents build, deploy, and manage applications on AWS.
The Agent Toolkit for AWS gives AI coding agents the tools, knowledge, and guardrails they need to work with AWS services. It works with the coding agents developers already use — including Claude Code, Codex, Cursor, and Kiro.
## Quick start
### AWS CLI
Use the Agent Toolkit directly from your terminal with the AWS CLI:
```
aws configure agent-toolkit
```
See the [AWS CLI integration guide](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html) for setup, configuration, and usage instructions.
### Claude Code
The plugins are available on the official Anthropic marketplace (`claude-plugins-official`) which is added to your Claude Code installation by default.
Use the following commands to install supported plugins from the toolkit:
For `aws-core` that covers service selection, CDK/CloudFormation, serverless, containers, storage, observability, billing, SDK usage, and deployment:
```
/plugin install aws-core@claude-plugins-official
```
> **Tip:** If you get `Plugin not found`, update your local marketplace index first:
>
> ```
> /plugin marketplace update claude-plugins-official
> ```
For `aws-agents` that covers building AI agents on AWS with Amazon Bedrock and AgentCore:
```
/plugin install aws-agents@claude-plugins-official
```
For `aws-data-analytics` that covers data lake, analytics, and ETL workflows with S3 Tables, AWS Glue, and Athena:
```
/plugin install aws-data-analytics@claude-plugins-official
```
For `aws-agents-for-devsecops` used to investigate incidents, review code and execute UAT for release readiness, scan code for vulnerabilities, and run penetration tests with AWS DevOps Agent and AWS Security Agent.
```
/plugin marketplace add aws/agent-toolkit-for-aws
/plugin install aws-agents-for-devsecops
/reload-plugins
# Or from Claude's official marketplace:
/plugin install aws-agents-for-devsecops@claude-plugins-official
/reload-plugins
# Setup:
/aws-agents-for-devsecops:setup
```
### Codex
In your terminal:
```
codex plugin marketplace add aws/agent-toolkit-for-aws
```
Then launch Codex and run `/plugins` to browse and install the **aws-core** plugin.
### Cursor
Add this repository as a team marketplace from **Settings → Plugins → Team Marketplaces → Add Marketplace → Import from Repo**, pointing it at `aws/agent-toolkit-for-aws`. Cursor indexes the plugins listed in [`.cursor-plugin/marketplace.json`](.cursor-plugin/marketplace.json) on import.
Then open the **Plugins** panel and install the **aws-core** plugin (start here), or **aws-agents** and **aws-data-analytics** as needed. Each plugin bundles the AWS MCP Server configuration and agent skills.
### Kiro
Kiro setup has two independent parts: the AWS MCP Server (for runtime AWS API access and documentation search) and local skills (for task-specific agent guidance). They complement each other but work independently — skills don't require the MCP server, and the MCP server doesn't serve locally-installed skills.
**1. Add the AWS MCP Server** to your Kiro MCP configuration (`.kiro/settings/mcp.json`):
```json
{
"mcpServers": {
"aws": {
"command": "uvx",
"args": [
"[email protected]",
"https://aws-mcp.us-east-1.api.aws/mcp",
"--metadata",
"AWS_REGION=us-west-2"
]
}
}
}
```
> **Note:** It is recommended to pin to a specific version (e.g., `@1.6.4`) to ensure reproducible behavior and protect against supply chain risks. We recommend regularly checking [PyPI](https://pypi.org/project/mcp-proxy-for-aws/) foExcerpt of 11,819 characters
Read on GitHubArne Wouters · @aws · Netherlands
28
10
9
8
8
8
7
6
6
5
4
3
3
3
2
2
2
2
2
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:0e27cad4177e7290, desc:ai agents