You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- sdk: Fix pip install name (agent-builder-sdk → agent-builder-sdk-aws-transform)
- sdk: Fix binary_location to reference agentic-mcp, not dev mcp-server
- agentic-mcp-server: Remove "platform" wording
- mcp-server: Make client-agnostic (works with any MCP client, not just Kiro)
Copy file name to clipboardExpand all lines: packages/agentic-mcp-server/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Agent Builder Agentic MCP Server
2
2
3
-
An [MCP](https://modelcontextprotocol.io/) server that agents built with the [Agent Builder SDK](https://pypi.org/project/agent-builder-sdk-aws-transform/) use at runtime to talk to the [AWS Transform](https://aws.amazon.com/transform/) platform.
3
+
An [MCP](https://modelcontextprotocol.io/) server that agents built with the [Agent Builder SDK](https://pypi.org/project/agent-builder-sdk-aws-transform/) use at runtime to communicate with [AWS Transform](https://aws.amazon.com/transform/).
Copy file name to clipboardExpand all lines: packages/mcp-server/README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,8 @@
1
1
# Agent Builder MCP Server
2
-
# Agent Builder MCP Server
3
-
4
-
An [MCP](https://modelcontextprotocol.io/) server that gives [Kiro](https://kiro.dev/) the tools and knowledge it needs to build, deploy, and manage agents on [AWS Transform](https://aws.amazon.com/transform/).
5
2
6
-
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.
3
+
An [MCP](https://modelcontextprotocol.io/) server that provides tools and knowledge for building, deploying, and managing agents on [AWS Transform](https://aws.amazon.com/transform/).
7
4
8
-
Pair it with the [**AWS Transform Agent Builder Kiro Power**](https://kiro.dev/powers/) 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.
5
+
This server works with any MCP-compatible client — [Kiro](https://kiro.dev/), Claude Code, Cursor, Windsurf, or any other IDE/tool that supports the Model Context Protocol.
9
6
10
7
## Installation
11
8
@@ -17,7 +14,13 @@ This installs an `agent-builder-mcp` command that speaks MCP over stdio.
17
14
18
15
## Quick start
19
16
20
-
Add the server to Kiro's MCP configuration:
17
+
### With Kiro (recommended)
18
+
19
+
Install the [**AWS Transform Agent Toolkit**](https://kiro.dev/powers/#aws-transform-agent-toolkit) Kiro Power for the full guided experience — it configures this MCP server automatically and adds steering rules that guide Kiro through the entire agent-building process.
20
+
21
+
### With any MCP client
22
+
23
+
Add the server to your MCP configuration:
21
24
22
25
```json
23
26
{
@@ -30,7 +33,7 @@ Add the server to Kiro's MCP configuration:
30
33
}
31
34
```
32
35
33
-
Restart Kiro. It will now have access to the agent-builder tool set.
36
+
Restart your IDE/tool. It will now have access to the agent-builder tool set.
34
37
35
38
## What it provides
36
39
@@ -43,8 +46,6 @@ Tools are grouped into six categories:
43
46
-**Validation** — check agent manifests and configurations before deployment.
44
47
-**CloudWatch** — query agent logs and metrics.
45
48
46
-
Ask Kiro "what agent-builder tools do you have?" and it will list the exact set available in your installed version.
- AWS credentials configured (standard `boto3` credential chain), with Bedrock access for model inference
148
-
- The `agent-builder-mcp` binary on disk — see [agent-builder-mcp-aws-transform](https://pypi.org/project/agent-builder-mcp-aws-transform/)
148
+
- The `agent-builder-agentic-mcp` binary on disk — see [agent-builder-agentic-mcp-aws-transform](https://pypi.org/project/agent-builder-agentic-mcp-aws-transform/)
0 commit comments