Skip to content

Commit da76f71

Browse files
authored
docs: update MCP client examples from Amazon Q Developer CLI to Kiro CLI (#149)
1 parent a410693 commit da76f71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
The **MCP Proxy for AWS** package provides two ways to connect AI applications to MCP servers on AWS:
66

7-
1. **Using it as a proxy** - It becomes a lightweight, client-side bridge between MCP clients (AI assistants like Claude Desktop, Amazon Q Developer CLI) and MCP servers on AWS. (See [MCP Proxy](#mcp-proxy))
7+
1. **Using it as a proxy** - It becomes a lightweight, client-side bridge between MCP clients (AI assistants like Claude Desktop, Kiro CLI) and MCP servers on AWS. (See [MCP Proxy](#mcp-proxy))
88
2. **Using it as a library** - Programmatically connect popular AI agent frameworks (LangChain, LlamaIndex, Strands Agents, etc.) to MCP servers on AWS. (See [Programmatic Access](#programmatic-access))
99

1010

1111
### When Do You Need This Package?
1212

1313
- You want to connect to **MCP servers on AWS** (e.g., using Amazon Bedrock AgentCore) that use AWS IAM authentication (SigV4) instead of OAuth
14-
- You're using MCP clients (like Claude Desktop, Amazon Q Developer CLI) that don't natively support AWS IAM authentication
14+
- You're using MCP clients (like Claude Desktop, Kiro CLI) that don't natively support AWS IAM authentication
1515
- You're building AI agents with popular frameworks like LangChain, Strands Agents, LlamaIndex, etc., that need to connect to MCP servers on AWS
1616
- You want to avoid building custom SigV4 request signing logic yourself
1717

@@ -27,7 +27,7 @@ The **MCP Proxy for AWS** package provides two ways to connect AI applications t
2727
## Which Feature Should I Use?
2828

2929
**Use as a proxy if you want to:**
30-
- Connect MCP clients like Claude Desktop or Amazon Q Developer CLI to MCP servers on AWS with IAM credentials
30+
- Connect MCP clients like Claude Desktop or Kiro CLI to MCP servers on AWS with IAM credentials
3131
- Add MCP servers on AWS to your AI assistant's configuration
3232
- Use a command-line tool that runs as a bridge between your MCP client and AWS
3333

@@ -113,7 +113,7 @@ export AWS_REGION=<aws_region>
113113

114114
### Setup Examples
115115

116-
Add the following configuration to your MCP client config file (e.g., for Amazon Q Developer CLI, edit `~/.aws/amazonq/mcp.json`):
116+
Add the following configuration to your MCP client config file (e.g., for Kiro CLI, edit `~/.kiro/settings/mcp.json`):
117117
**Note** Add your own endpoint by replacing `<SigV4 MCP endpoint URL>`
118118

119119
#### Running from local - using uv

0 commit comments

Comments
 (0)