MCP server for building, deploying, and managing agents on AWS Transform
Project description
Agent Builder MCP Server
Agent Builder MCP Server
An MCP server that gives Kiro the tools and knowledge it needs to build, deploy, and manage agents on AWS Transform.
With this server configured, Kiro gains first-class help for AWS Transform agent development: searching documentation, scaffolding agent code, deploying to AWS, and managing runtime operations.
Pair it with the AWS Transform Agent Builder Kiro Power to unlock the full end-to-end experience — the Power provides curated steering rules and workflows that guide Kiro through the entire agent-building process on top of this server's tools.
Installation
pip install agent-builder-mcp-aws-transform
This installs an agent-builder-mcp command that speaks MCP over stdio.
Quick start
Add the server to Kiro's MCP configuration:
{
"mcpServers": {
"agent-builder": {
"command": "uvx",
"args": ["agent-builder-mcp-aws-transform"]
}
}
}
Restart Kiro. It will now have access to the agent-builder tool set.
What it provides
Tools are grouped into six categories:
- Search — retrieve documentation and examples from the bundled AWS Transform knowledge base (BM25 keyword search, no network calls, no embeddings).
- Agent registry — look up, register, and version agents.
- Skill operations — manage the skills an agent exposes.
- Deployment — package and deploy agents to AWS.
- Validation — check agent manifests and configurations before deployment.
- CloudWatch — query agent logs and metrics.
Ask Kiro "what agent-builder tools do you have?" and it will list the exact set available in your installed version.
Requirements
- Python 3.11+
- AWS credentials configured (standard
boto3credential chain) for deployment and CloudWatch tools. Search and validation work offline.
License
Apache-2.0. See LICENSE and THIRD-PARTY-NOTICES.txt.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_builder_mcp_aws_transform-1.0.0.tar.gz.
File metadata
- Download URL: agent_builder_mcp_aws_transform-1.0.0.tar.gz
- Upload date:
- Size: 205.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b46cbbf86e6dfe8fec375bd606b826979870a049373f40a5b5cd22d5b8e0acde
|
|
| MD5 |
746ad987c5fc361ce5b2813cc79074cb
|
|
| BLAKE2b-256 |
3f59e8ebf816b006cea773dcf970a31dd2c0e449f2df99b995b20518c031563d
|
File details
Details for the file agent_builder_mcp_aws_transform-1.0.0-py3-none-any.whl.
File metadata
- Download URL: agent_builder_mcp_aws_transform-1.0.0-py3-none-any.whl
- Upload date:
- Size: 226.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3062a46dadf757ab7276a94eb436aa704c82149a408d2c10c91f465f46a27511
|
|
| MD5 |
722256a5f99b774630eafde958bd60e6
|
|
| BLAKE2b-256 |
639caba93033bc10d8e00661a4133ccb1fe908bfd5f11ff608b33bdd2ce702d5
|