kiro-agent-team 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.kiro/README.md +228 -0
- package/.kiro/agents/backend-engineer.json +6 -0
- package/.kiro/agents/backend-engineer.md +643 -0
- package/.kiro/agents/database-specialist.json +6 -0
- package/.kiro/agents/database-specialist.md +390 -0
- package/.kiro/agents/development-logger.json +6 -0
- package/.kiro/agents/development-logger.md +265 -0
- package/.kiro/agents/devops-engineer.json +6 -0
- package/.kiro/agents/devops-engineer.md +287 -0
- package/.kiro/agents/frontend-architect.json +6 -0
- package/.kiro/agents/frontend-architect.md +1032 -0
- package/.kiro/agents/hooks/backend-engineer-hooks.yaml +540 -0
- package/.kiro/agents/hooks/database-specialist-hooks.yaml +488 -0
- package/.kiro/agents/hooks/development-logger-hooks.yaml +361 -0
- package/.kiro/agents/hooks/devops-engineer-hooks.yaml +345 -0
- package/.kiro/agents/hooks/frontend-architect-hooks.yaml +521 -0
- package/.kiro/agents/hooks/project-manager-hooks.yaml +513 -0
- package/.kiro/agents/hooks/security-specialist-hooks.yaml +358 -0
- package/.kiro/agents/hooks/test-orchestrator-hooks.yaml +380 -0
- package/.kiro/agents/hooks/ui-ux-designer-hooks.yaml +353 -0
- package/.kiro/agents/project-manager.json +6 -0
- package/.kiro/agents/project-manager.md +344 -0
- package/.kiro/agents/prompts/backend-engineer-system.md +815 -0
- package/.kiro/agents/prompts/database-specialist-system.md +332 -0
- package/.kiro/agents/prompts/development-logger-system.md +232 -0
- package/.kiro/agents/prompts/devops-engineer-system.md +260 -0
- package/.kiro/agents/prompts/frontend-architect-system.md +305 -0
- package/.kiro/agents/prompts/project-manager-system.md +285 -0
- package/.kiro/agents/prompts/security-specialist-system.md +231 -0
- package/.kiro/agents/prompts/test-orchestrator-system.md +214 -0
- package/.kiro/agents/prompts/ui-ux-designer-system.md +270 -0
- package/.kiro/agents/security-specialist.json +6 -0
- package/.kiro/agents/security-specialist.md +277 -0
- package/.kiro/agents/test-orchestrator.json +6 -0
- package/.kiro/agents/test-orchestrator.md +266 -0
- package/.kiro/agents/ui-ux-designer.json +6 -0
- package/.kiro/agents/ui-ux-designer.md +284 -0
- package/.kiro/devlog/00-START-HERE.md +444 -0
- package/.kiro/devlog/COMPLETE-WORKFLOW.md +553 -0
- package/.kiro/devlog/DEVLOG-INTEGRATION.md +413 -0
- package/.kiro/devlog/DEVLOG-PROCESS-FLOWS.md +484 -0
- package/.kiro/devlog/DEVLOG-QUICK-REF.md +299 -0
- package/.kiro/devlog/DEVLOG.md +22 -0
- package/.kiro/devlog/IMPLEMENTATION-COMPLETE.txt +434 -0
- package/.kiro/devlog/IMPLEMENTATION-SUMMARY.md +358 -0
- package/.kiro/devlog/README.md +363 -0
- package/.kiro/devlog/devlog-update.bat +136 -0
- package/.kiro/devlog/devlog-update.sh +275 -0
- package/.kiro/devlog/feature-completion-hook.bat +78 -0
- package/.kiro/devlog/feature-completion-hook.sh +84 -0
- package/.kiro/documentation/cli.md +31 -0
- package/.kiro/documentation/docs_cli.md +41 -0
- package/.kiro/documentation/docs_cli_authentication.md +43 -0
- package/.kiro/documentation/docs_cli_autocomplete.md +132 -0
- package/.kiro/documentation/docs_cli_billing.md +31 -0
- package/.kiro/documentation/docs_cli_billing_contact-support.md +43 -0
- package/.kiro/documentation/docs_cli_billing_managing-taxes.md +67 -0
- package/.kiro/documentation/docs_cli_billing_related-questions.md +49 -0
- package/.kiro/documentation/docs_cli_billing_subscription-portal.md +31 -0
- package/.kiro/documentation/docs_cli_chat.md +84 -0
- package/.kiro/documentation/docs_cli_chat_configuration.md +40 -0
- package/.kiro/documentation/docs_cli_chat_context.md +258 -0
- package/.kiro/documentation/docs_cli_chat_git-aware-selection.md +41 -0
- package/.kiro/documentation/docs_cli_chat_images.md +53 -0
- package/.kiro/documentation/docs_cli_chat_manage-prompts.md +216 -0
- package/.kiro/documentation/docs_cli_chat_model-selection.md +153 -0
- package/.kiro/documentation/docs_cli_chat_permissions.md +68 -0
- package/.kiro/documentation/docs_cli_chat_planning-agent.md +230 -0
- package/.kiro/documentation/docs_cli_chat_responding.md +123 -0
- package/.kiro/documentation/docs_cli_chat_security.md +87 -0
- package/.kiro/documentation/docs_cli_chat_subagents.md +77 -0
- package/.kiro/documentation/docs_cli_code-intelligence.md +251 -0
- package/.kiro/documentation/docs_cli_custom-agents.md +37 -0
- package/.kiro/documentation/docs_cli_custom-agents_configuration-reference.md +941 -0
- package/.kiro/documentation/docs_cli_custom-agents_creating.md +93 -0
- package/.kiro/documentation/docs_cli_custom-agents_examples.md +360 -0
- package/.kiro/documentation/docs_cli_custom-agents_troubleshooting.md +180 -0
- package/.kiro/documentation/docs_cli_enterprise_billing.md +33 -0
- package/.kiro/documentation/docs_cli_enterprise_concepts.md +34 -0
- package/.kiro/documentation/docs_cli_enterprise_getting-started.md +19 -0
- package/.kiro/documentation/docs_cli_enterprise_iam.md +251 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track.md +15 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_dashboard.md +62 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_prompt-logging.md +165 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_user-activity.md +123 -0
- package/.kiro/documentation/docs_cli_enterprise_settings.md +15 -0
- package/.kiro/documentation/docs_cli_enterprise_subscribe.md +36 -0
- package/.kiro/documentation/docs_cli_enterprise_subscription-management.md +55 -0
- package/.kiro/documentation/docs_cli_enterprise_supported-regions.md +39 -0
- package/.kiro/documentation/docs_cli_experimental.md +282 -0
- package/.kiro/documentation/docs_cli_experimental_checkpointing.md +439 -0
- package/.kiro/documentation/docs_cli_experimental_delegate.md +422 -0
- package/.kiro/documentation/docs_cli_experimental_knowledge-management.md +449 -0
- package/.kiro/documentation/docs_cli_experimental_tangent-mode.md +357 -0
- package/.kiro/documentation/docs_cli_experimental_thinking.md +331 -0
- package/.kiro/documentation/docs_cli_experimental_todo-lists.md +385 -0
- package/.kiro/documentation/docs_cli_hooks.md +207 -0
- package/.kiro/documentation/docs_cli_installation.md +235 -0
- package/.kiro/documentation/docs_cli_mcp.md +106 -0
- package/.kiro/documentation/docs_cli_mcp_configuration.md +294 -0
- package/.kiro/documentation/docs_cli_mcp_examples.md +273 -0
- package/.kiro/documentation/docs_cli_mcp_governance.md +436 -0
- package/.kiro/documentation/docs_cli_mcp_security.md +77 -0
- package/.kiro/documentation/docs_cli_migrating-from-q.md +129 -0
- package/.kiro/documentation/docs_cli_privacy-and-security.md +83 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_compliance-validation.md +17 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_data-protection.md +104 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_firewalls.md +26 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_infrastructure-security.md +10 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_vpc-endpoints.md +41 -0
- package/.kiro/documentation/docs_cli_reference_built-in-tools.md +624 -0
- package/.kiro/documentation/docs_cli_reference_cli-commands.md +689 -0
- package/.kiro/documentation/docs_cli_reference_settings.md +294 -0
- package/.kiro/documentation/docs_cli_reference_slash-commands.md +559 -0
- package/.kiro/documentation/docs_cli_steering.md +84 -0
- package/.kiro/guides/AGENT_WORKFLOW_GUIDE.md +294 -0
- package/.kiro/guides/DEVLOG.md +882 -0
- package/.kiro/guides/IMPLEMENTATION_EXAMPLES.md +611 -0
- package/.kiro/guides/PIV Loop.md +122 -0
- package/.kiro/guides/PIV Loop.png +0 -0
- package/.kiro/guides/PIVLoop.png +0 -0
- package/.kiro/guides/QUICK_REFERENCE.md +202 -0
- package/.kiro/guides/README.md +149 -0
- package/.kiro/guides/advanced-patterns.md +514 -0
- package/.kiro/guides/agent-coordination.md +434 -0
- package/.kiro/guides/core-workflows.md +409 -0
- package/.kiro/guides/emergency-procedures.md +414 -0
- package/.kiro/guides/project-evaluation.md +534 -0
- package/.kiro/guides/quality-assurance.md +431 -0
- package/.kiro/guides/quick-start.md +235 -0
- package/.kiro/guides/troubleshooting.md +575 -0
- package/.kiro/guides/walkthroughs.md +711 -0
- package/.kiro/prompts/add-to-devlog.md +263 -0
- package/.kiro/prompts/code-review-fix.md +18 -0
- package/.kiro/prompts/code-review-hackathon.md +167 -0
- package/.kiro/prompts/code-review-security.md +454 -0
- package/.kiro/prompts/code-review.md +113 -0
- package/.kiro/prompts/create-prd.md +151 -0
- package/.kiro/prompts/execute-backend.md +257 -0
- package/.kiro/prompts/execute-frontend.md +438 -0
- package/.kiro/prompts/execute-logging.md +491 -0
- package/.kiro/prompts/execute-security.md +482 -0
- package/.kiro/prompts/execute-testing.md +528 -0
- package/.kiro/prompts/execute.md +101 -0
- package/.kiro/prompts/execution-report.md +72 -0
- package/.kiro/prompts/implement-fix.md +228 -0
- package/.kiro/prompts/plan-feature.md +433 -0
- package/.kiro/prompts/prime.md +73 -0
- package/.kiro/prompts/quality-metrics.md +622 -0
- package/.kiro/prompts/quickstart.md +318 -0
- package/.kiro/prompts/rca.md +220 -0
- package/.kiro/prompts/system-review.md +189 -0
- package/README.md +32 -0
- package/bin/cli.js +97 -0
- package/package.json +33 -0
|
@@ -0,0 +1,436 @@
|
|
|
1
|
+
# Governance
|
|
2
|
+
Pro-tier customers using IAM Identity Center as the sign-in method can control MCP access for users within their organization. By default, your users can use any MCP server in their Kiro client. As an administrator, you have the ability to either entirely disable the use of MCP servers by your users, or specify a vetted list of MCP servers that your users are allowed use.
|
|
3
|
+
You control these restrictions using an MCP on/off toggle and an MCP registry. The MCP toggle and registry attributes are part of the [Kiro Profile](https://kiro.dev/docs/cli/enterprise/subscribe/) used for Kiro subscription users, and [Q Developer Profile](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/q-admin-setup-subscribe-general.html) used for Q subscription users.
|
|
4
|
+
These profiles can be defined at an organization level or at an account level, with the account-level profile superseding the organizational-level profile. You can specify a default MCP policy for your organization and override it for specific accounts; for example, disable MCP for the organization but enable it with an allow-list for certain teams (accounts).
|
|
5
|
+
**Warning**
|
|
6
|
+
Both the toggle and the registry settings are enforced on the client side. Be aware that your end users could circumvent it.
|
|
7
|
+
## Disabling MCP for your organization[](https://kiro.dev/docs/cli/mcp/governance/#disabling-mcp-for-your-organization)
|
|
8
|
+
To disable MCP for your account or organization:
|
|
9
|
+
1. Open the Kiro console.
|
|
10
|
+
2. Choose **Settings**
|
|
11
|
+
3. Choose the **Kiro** or **Q Developer** tab, depending on user subscription type.
|
|
12
|
+
4. Toggle **Model Context Protocol (MCP)** to **Off**.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## Specifying an MCP allow-list for your organization[](https://kiro.dev/docs/cli/mcp/governance/#specifying-an-mcp-allow-list-for-your-organization)
|
|
16
|
+
**Info**
|
|
17
|
+
MCP allow-list is currently supported only for Q subscription users.
|
|
18
|
+
To control which MCP servers your users can access, create a JSON file with the allowed servers, serve it over HTTPS, and add the URL to your Q Developer profile. Kiro clients using this profile allow users to access only the MCP servers in your allow-list.
|
|
19
|
+
### Specifying the MCP registry URL[](https://kiro.dev/docs/cli/mcp/governance/#specifying-the-mcp-registry-url)
|
|
20
|
+
1. Open the Kiro console.
|
|
21
|
+
2. Choose **Settings**.
|
|
22
|
+
3. Choose the **Q Developer** tab.
|
|
23
|
+
4. Ensure **Model Context Protocol (MCP)** is **On**.
|
|
24
|
+
5. In the **MCP Registry URL** field, choose **Edit**.
|
|
25
|
+
6. Enter the URL of an MCP registry JSON file containing the allow-listed MCP servers.
|
|
26
|
+
7. Choose **Save**.
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
The MCP registry URL is encrypted both in transit and at rest in accordance with [our data encryption policy](https://kiro.dev/docs/cli/privacy-and-security/data-protection/#data-encryption).
|
|
30
|
+
### MCP registry file format[](https://kiro.dev/docs/cli/mcp/governance/#mcp-registry-file-format)
|
|
31
|
+
The format of the registry JSON file is a subset of the server schema JSON in the [MCP registry standard](https://github.com/modelcontextprotocol/registry) v0.1. The JSON schema definition for the subset supported by Kiro is available in the [registry schema](https://kiro.dev/docs/cli/mcp/governance/#mcp-registry-json-schema) section at the end of this document.
|
|
32
|
+
The following example shows an MCP registry file containing both a remote (HTTP) and a local (stdio) MCP server definition.
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
{
|
|
36
|
+
"servers": [
|
|
37
|
+
{
|
|
38
|
+
"server": {
|
|
39
|
+
"name": "my-remote-server",
|
|
40
|
+
"title": "My server",
|
|
41
|
+
"description": "My server description",
|
|
42
|
+
"version": "1.0.0",
|
|
43
|
+
"remotes": [
|
|
44
|
+
{
|
|
45
|
+
"type": "streamable-http",
|
|
46
|
+
"url": "https://acme.com/my-server",
|
|
47
|
+
"headers": [
|
|
48
|
+
{
|
|
49
|
+
"name": "X-My-Header",
|
|
50
|
+
"value": "SomeValue"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"server": {
|
|
59
|
+
"name": "my-local-server",
|
|
60
|
+
"title": "My server",
|
|
61
|
+
"description": "My server description",
|
|
62
|
+
"version": "1.0.0",
|
|
63
|
+
"packages": [
|
|
64
|
+
{
|
|
65
|
+
"registryType": "npm",
|
|
66
|
+
"registryBaseUrl": "https://npm.acme.com",
|
|
67
|
+
"identifier": "@acme/my-server",
|
|
68
|
+
"transport": {
|
|
69
|
+
"type": "stdio"
|
|
70
|
+
},
|
|
71
|
+
"runtimeArguments": [
|
|
72
|
+
{
|
|
73
|
+
"type": "positional",
|
|
74
|
+
"value": "-q"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"packageArguments": [
|
|
78
|
+
{
|
|
79
|
+
"type": "positional",
|
|
80
|
+
"value": "start"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"environmentVariables": [
|
|
84
|
+
{
|
|
85
|
+
"name": "ENV_VAR",
|
|
86
|
+
"value": "ENV_VAR_VALUE"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
The following table lists the properties for the registry JSON file. All properties are mandatory, unless otherwise noted. See the [registry schema](https://kiro.dev/docs/cli/mcp/governance/#mcp-registry-json-schema) section for the full JSON schema.
|
|
100
|
+
Nested attributes appear indented from their parent. For example, "headers" is a child attribute of "remotes", and "name" and "value" are child attributes of "headers".
|
|
101
|
+
Attribute | Description | Optional? | Example value
|
|
102
|
+
---|---|---|---
|
|
103
|
+
**Common attributes**
|
|
104
|
+
name | Server name. Must be unique within a given registry file. | | "aws-ccapi-mcp"
|
|
105
|
+
title | Human-readable server name. | Yes | "AWS CC API"
|
|
106
|
+
description | Description of server. | | "Manage AWS infra through natural language."
|
|
107
|
+
version | Version of server. Semantic versioning (x.y.z) is strongly recommended. | | "1.0.2"
|
|
108
|
+
**Remote (HTTP) server attributes**
|
|
109
|
+
remotes | Array with exactly one entry specifying the remote endpoint. | | -
|
|
110
|
+
type | Must be one of "streamable-http" or "sse". | | "streamable-http"
|
|
111
|
+
url | MCP server endpoint URL. | | "<https://mcp.figma.com/mcp>"
|
|
112
|
+
headers | Array of HTTP headers to include in each request. | Yes | -
|
|
113
|
+
name | HTTP header name. | | "Authorization"
|
|
114
|
+
value | HTTP header value. | | "Bearer mF_9.B5f-4.1JqM"
|
|
115
|
+
**Local (stdio) server attributes**
|
|
116
|
+
packages | Array with exactly one entry containing the MCP server definition. | | -
|
|
117
|
+
registryType | Must be one of "npm", "pypi", or "oci". The following package runners are used to download and run the MCP server package:
|
|
118
|
+
* For registry type "npm", the "npx" runner is used
|
|
119
|
+
* For "pypi", "uvx" is used
|
|
120
|
+
* For "oci", "docker" is used
|
|
121
|
+
|
|
122
|
+
Client machines must have the appropriate package runners pre-installed. | | “npm”
|
|
123
|
+
registryBaseUrl | Package registry URL. | Yes | "<https://npm.acme.com>"
|
|
124
|
+
identifier | Server package identifier. | | "@acme/my-server"
|
|
125
|
+
transport | Object with exactly one property, "type". | | -
|
|
126
|
+
type | Must be "stdio". | | “stdio”
|
|
127
|
+
runtimeArguments | Array of arguments provided to the runtime, that is, to npx, uvx or docker. | Yes | -
|
|
128
|
+
type | Must be "positional". | | “positional”
|
|
129
|
+
value | Runtime argument value. | | “-q”
|
|
130
|
+
packageArguments | Array of arguments provided to the MCP server. | Yes | -
|
|
131
|
+
type | Must be "positional". | | “positional”
|
|
132
|
+
value | Package argument value. | | “start”
|
|
133
|
+
environmentVariables | Array of env vars to set before starting the server. | Yes | -
|
|
134
|
+
name | Environment variable name. | | "LOG_LEVEL"
|
|
135
|
+
value | Environment variable value. | | “INFO”
|
|
136
|
+
### Serving the MCP registry file[](https://kiro.dev/docs/cli/mcp/governance/#serving-the-mcp-registry-file)
|
|
137
|
+
Serve the MCP registry JSON file over HTTPS using any web server, such as Amazon S3, Apache, or nginx. The URL must be accessible to Kiro clients on your users' computers but can be private to your corporate network.
|
|
138
|
+
The HTTPS endpoint must have a valid SSL certificate signed by a trusted Certificate Authority. Self-signed certificates are not supported.
|
|
139
|
+
Kiro fetches the MCP registry at startup and every 24 hours. During periodic synchronization, if a locally installed MCP server is no longer in the registry, Kiro terminates that server and prevents users from adding it back. If the locally installed server has a different version than the server in the registry, Kiro relaunches the server with the version defined in the registry.
|
|
140
|
+
### Kiro CLI[](https://kiro.dev/docs/cli/mcp/governance/#kiro-cli)
|
|
141
|
+
When users launch Kiro CLI, it checks whether a registry URL is defined in the profile. If so, it retrieves the registry JSON at that URL and enforces that users can only use the MCP servers defined in the registry. When users run **/mcp add** , Kiro displays a list of servers from the registry they can select from.
|
|
142
|
+
Registry MCP server parameters (URL, package identifier, runtimeArguments, and so forth) are read-only. However, users can:
|
|
143
|
+
1. Specify additional environment variables for local MCP servers.
|
|
144
|
+
2. Specify additional HTTP headers for remote MCP servers.
|
|
145
|
+
3. Change the request timeout.
|
|
146
|
+
4. Set the MCP server scope (Global, Workspace, or a specific Agent Configuration).
|
|
147
|
+
5. Set MCP tool trust permissions.
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
User-specified environment variables or HTTP headers override registry definitions. This allows users to specify attributes specific to their setup, such as authentication keys or local folder paths.
|
|
151
|
+
### MCP registry JSON schema[](https://kiro.dev/docs/cli/mcp/governance/#mcp-registry-json-schema)
|
|
152
|
+
The following JSON schema defines the MCP registry file format supported by Kiro. You can use this schema to validate any registry files that you create.
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
{
|
|
156
|
+
"$schema": "https://json-schema.org/draft-07/schema",
|
|
157
|
+
"properties": {
|
|
158
|
+
"servers": {
|
|
159
|
+
"type": "array",
|
|
160
|
+
"items": {
|
|
161
|
+
"type": "object",
|
|
162
|
+
"properties": {
|
|
163
|
+
"server": {
|
|
164
|
+
"$ref": "#/definitions/ServerDetail"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"required": [
|
|
168
|
+
"server"
|
|
169
|
+
]
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"definitions": {
|
|
174
|
+
"ServerDetail": {
|
|
175
|
+
"properties": {
|
|
176
|
+
"name": {
|
|
177
|
+
"description": "Server name. Must be unique within a given registry file.",
|
|
178
|
+
"example": "weather-mcp",
|
|
179
|
+
"maxLength": 200,
|
|
180
|
+
"minLength": 3,
|
|
181
|
+
"pattern": "^[a-zA-Z0-9._-]+$",
|
|
182
|
+
"type": "string"
|
|
183
|
+
},
|
|
184
|
+
"title": {
|
|
185
|
+
"description": "Optional human-readable title or display name for the MCP server. MCP subregistries or clients MAY choose to use this for display purposes.",
|
|
186
|
+
"example": "Weather API",
|
|
187
|
+
"maxLength": 100,
|
|
188
|
+
"minLength": 1,
|
|
189
|
+
"type": "string"
|
|
190
|
+
},
|
|
191
|
+
"description": {
|
|
192
|
+
"description": "Clear human-readable explanation of server functionality. Should focus on capabilities, not implementation details.",
|
|
193
|
+
"example": "MCP server providing weather data and forecasts via OpenWeatherMap API",
|
|
194
|
+
"maxLength": 100,
|
|
195
|
+
"minLength": 1,
|
|
196
|
+
"type": "string"
|
|
197
|
+
},
|
|
198
|
+
"version": {
|
|
199
|
+
"description": "Version string for this server. SHOULD follow semantic versioning (e.g., '1.0.2', '2.1.0-alpha'). Equivalent of Implementation.version in MCP specification. Non-semantic versions are allowed but may not sort predictably. Version ranges are rejected (e.g., '^1.2.3', '~1.2.3', '\u003e=1.2.3', '1.x', '1.*').",
|
|
200
|
+
"example": "1.0.2",
|
|
201
|
+
"maxLength": 255,
|
|
202
|
+
"type": "string"
|
|
203
|
+
},
|
|
204
|
+
"packages": {
|
|
205
|
+
"items": {
|
|
206
|
+
"$ref": "#/definitions/Package"
|
|
207
|
+
},
|
|
208
|
+
"type": "array"
|
|
209
|
+
},
|
|
210
|
+
"remotes": {
|
|
211
|
+
"items": {
|
|
212
|
+
"anyOf": [
|
|
213
|
+
{
|
|
214
|
+
"$ref": "#/definitions/StreamableHttpTransport"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"$ref": "#/definitions/SseTransport"
|
|
218
|
+
}
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
"type": "array"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"required": [
|
|
225
|
+
"name",
|
|
226
|
+
"description",
|
|
227
|
+
"version"
|
|
228
|
+
],
|
|
229
|
+
"type": "object"
|
|
230
|
+
},
|
|
231
|
+
"Package": {
|
|
232
|
+
"properties": {
|
|
233
|
+
"registryType": {
|
|
234
|
+
"description": "Registry type indicating how to download packages (e.g., 'npm', 'pypi', 'oci')",
|
|
235
|
+
"enum": [
|
|
236
|
+
"npm",
|
|
237
|
+
"pypi",
|
|
238
|
+
"oci"
|
|
239
|
+
],
|
|
240
|
+
"type": "string"
|
|
241
|
+
},
|
|
242
|
+
"registryBaseUrl": {
|
|
243
|
+
"description": "Base URL of the package registry",
|
|
244
|
+
"examples": [
|
|
245
|
+
"https://registry.npmjs.org",
|
|
246
|
+
"https://pypi.org",
|
|
247
|
+
"https://docker.io"
|
|
248
|
+
],
|
|
249
|
+
"format": "uri",
|
|
250
|
+
"type": "string"
|
|
251
|
+
},
|
|
252
|
+
"identifier": {
|
|
253
|
+
"description": "Package identifier - either a package name (for registries) or URL (for direct downloads)",
|
|
254
|
+
"examples": [
|
|
255
|
+
"@modelcontextprotocol/server-brave-search",
|
|
256
|
+
"https://github.com/example/releases/download/v1.0.0/package.mcpb"
|
|
257
|
+
],
|
|
258
|
+
"type": "string"
|
|
259
|
+
},
|
|
260
|
+
"transport": {
|
|
261
|
+
"anyOf": [
|
|
262
|
+
{
|
|
263
|
+
"$ref": "#/definitions/StdioTransport"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"$ref": "#/definitions/StreamableHttpTransport"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"$ref": "#/definitions/SseTransport"
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"description": "Transport protocol configuration for the package"
|
|
273
|
+
},
|
|
274
|
+
|
|
275
|
+
"runtimeArguments": {
|
|
276
|
+
"description": "A list of arguments to be passed to the package's runtime command (such as docker or npx).",
|
|
277
|
+
"items": {
|
|
278
|
+
"$ref": "#/definitions/PositionalArgument"
|
|
279
|
+
},
|
|
280
|
+
"type": "array"
|
|
281
|
+
},
|
|
282
|
+
"packageArguments": {
|
|
283
|
+
"description": "A list of arguments to be passed to the package's binary.",
|
|
284
|
+
"items": {
|
|
285
|
+
"$ref": "#/definitions/PositionalArgument"
|
|
286
|
+
},
|
|
287
|
+
"type": "array"
|
|
288
|
+
},
|
|
289
|
+
"environmentVariables": {
|
|
290
|
+
"description": "A mapping of environment variables to be set when running the package.",
|
|
291
|
+
"items": {
|
|
292
|
+
"$ref": "#/definitions/KeyValueInput"
|
|
293
|
+
},
|
|
294
|
+
"type": "array"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"required": [
|
|
298
|
+
"registryType",
|
|
299
|
+
"identifier",
|
|
300
|
+
"transport"
|
|
301
|
+
],
|
|
302
|
+
"type": "object"
|
|
303
|
+
},
|
|
304
|
+
"StdioTransport": {
|
|
305
|
+
"properties": {
|
|
306
|
+
"type": {
|
|
307
|
+
"description": "Transport type",
|
|
308
|
+
"enum": [
|
|
309
|
+
"stdio"
|
|
310
|
+
],
|
|
311
|
+
"example": "stdio",
|
|
312
|
+
"type": "string"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"required": [
|
|
316
|
+
"type"
|
|
317
|
+
],
|
|
318
|
+
"type": "object"
|
|
319
|
+
},
|
|
320
|
+
"StreamableHttpTransport": {
|
|
321
|
+
"properties": {
|
|
322
|
+
"type": {
|
|
323
|
+
"description": "Transport type",
|
|
324
|
+
"enum": [
|
|
325
|
+
"streamable-http"
|
|
326
|
+
],
|
|
327
|
+
"example": "streamable-http",
|
|
328
|
+
"type": "string"
|
|
329
|
+
},
|
|
330
|
+
"url": {
|
|
331
|
+
"description": "URL template for the streamable-http transport. Variables in {curly_braces} reference argument valueHints, argument names, or environment variable names. After variable substitution, this should produce a valid URI.",
|
|
332
|
+
"example": "https://api.example.com/mcp",
|
|
333
|
+
"type": "string"
|
|
334
|
+
},
|
|
335
|
+
"headers": {
|
|
336
|
+
"description": "HTTP headers to include",
|
|
337
|
+
"items": {
|
|
338
|
+
"$ref": "#/definitions/KeyValueInput"
|
|
339
|
+
},
|
|
340
|
+
"type": "array"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"required": [
|
|
344
|
+
"type",
|
|
345
|
+
"url"
|
|
346
|
+
],
|
|
347
|
+
"type": "object"
|
|
348
|
+
},
|
|
349
|
+
"SseTransport": {
|
|
350
|
+
"properties": {
|
|
351
|
+
"type": {
|
|
352
|
+
"description": "Transport type",
|
|
353
|
+
"enum": [
|
|
354
|
+
"sse"
|
|
355
|
+
],
|
|
356
|
+
"example": "sse",
|
|
357
|
+
"type": "string"
|
|
358
|
+
},
|
|
359
|
+
"url": {
|
|
360
|
+
"description": "Server-Sent Events endpoint URL",
|
|
361
|
+
"example": "https://mcp-fs.example.com/sse",
|
|
362
|
+
"format": "uri",
|
|
363
|
+
"type": "string"
|
|
364
|
+
},
|
|
365
|
+
"headers": {
|
|
366
|
+
"description": "HTTP headers to include",
|
|
367
|
+
"items": {
|
|
368
|
+
"$ref": "#/definitions/KeyValueInput"
|
|
369
|
+
},
|
|
370
|
+
"type": "array"
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
"required": [
|
|
374
|
+
"type",
|
|
375
|
+
"url"
|
|
376
|
+
],
|
|
377
|
+
"type": "object"
|
|
378
|
+
},
|
|
379
|
+
"PositionalArgument": {
|
|
380
|
+
"properties": {
|
|
381
|
+
"type": {
|
|
382
|
+
"enum": [
|
|
383
|
+
"positional"
|
|
384
|
+
],
|
|
385
|
+
"example": "positional",
|
|
386
|
+
"type": "string"
|
|
387
|
+
},
|
|
388
|
+
"value": {
|
|
389
|
+
"description": "The value for the input.",
|
|
390
|
+
"type": "string"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"required": [
|
|
394
|
+
"type",
|
|
395
|
+
"value"
|
|
396
|
+
],
|
|
397
|
+
"type": "object"
|
|
398
|
+
},
|
|
399
|
+
"KeyValueInput": {
|
|
400
|
+
"properties": {
|
|
401
|
+
"name": {
|
|
402
|
+
"description": "Name of the header or environment variable.",
|
|
403
|
+
"example": "SOME_VARIABLE",
|
|
404
|
+
"type": "string"
|
|
405
|
+
},
|
|
406
|
+
"value": {
|
|
407
|
+
"description": "The value for the input.",
|
|
408
|
+
"type": "string"
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
"required": [
|
|
412
|
+
"name"
|
|
413
|
+
],
|
|
414
|
+
"type": "object"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"required": [
|
|
418
|
+
"servers"
|
|
419
|
+
],
|
|
420
|
+
"type": "object"
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
```
|
|
425
|
+
|
|
426
|
+
Page updated: December 20, 2025
|
|
427
|
+
[Security](https://kiro.dev/docs/cli/mcp/security/)
|
|
428
|
+
[Steering](https://kiro.dev/docs/cli/steering/)
|
|
429
|
+
On this page
|
|
430
|
+
* [Disabling MCP for your organization](https://kiro.dev/docs/cli/mcp/governance/#disabling-mcp-for-your-organization)
|
|
431
|
+
* [Specifying an MCP allow-list for your organization](https://kiro.dev/docs/cli/mcp/governance/#specifying-an-mcp-allow-list-for-your-organization)
|
|
432
|
+
* [Specifying the MCP registry URL](https://kiro.dev/docs/cli/mcp/governance/#specifying-the-mcp-registry-url)
|
|
433
|
+
* [MCP registry file format](https://kiro.dev/docs/cli/mcp/governance/#mcp-registry-file-format)
|
|
434
|
+
* [Serving the MCP registry file](https://kiro.dev/docs/cli/mcp/governance/#serving-the-mcp-registry-file)
|
|
435
|
+
* [Kiro CLI](https://kiro.dev/docs/cli/mcp/governance/#kiro-cli)
|
|
436
|
+
* [MCP registry JSON schema](https://kiro.dev/docs/cli/mcp/governance/#mcp-registry-json-schema)
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# Security
|
|
2
|
+
Security is critical when integrating external MCP servers with your development workflow. The MCP security model in Kiro CLI is designed with these principles:
|
|
3
|
+
1. **Explicit Permission** : Tools require explicit user permission before execution
|
|
4
|
+
2. **Local Execution** : MCP servers run locally on your machine
|
|
5
|
+
3. **Isolation** : Each MCP server runs as a separate process
|
|
6
|
+
4. **Transparency** : Users can see what tools are available and what they do
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## Security considerations[](https://kiro.dev/docs/cli/mcp/security/#security-considerations)
|
|
10
|
+
When using MCP servers with Kiro CLI, keep these security principles in mind:
|
|
11
|
+
### Trust and verification[](https://kiro.dev/docs/cli/mcp/security/#trust-and-verification)
|
|
12
|
+
* Only install MCP servers from trusted sources
|
|
13
|
+
* Review tool descriptions and documentation before installation
|
|
14
|
+
* Check for security advisories and updates
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Access control[](https://kiro.dev/docs/cli/mcp/security/#access-control)
|
|
18
|
+
* Use least-privilege principles for server permissions
|
|
19
|
+
* Limit file system access to necessary directories only
|
|
20
|
+
* Restrict network access where possible
|
|
21
|
+
* Use environment variables for sensitive credentials
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Credential management[](https://kiro.dev/docs/cli/mcp/security/#credential-management)
|
|
25
|
+
* Never hardcode API keys or tokens in configuration files
|
|
26
|
+
* Use environment variables for sensitive data
|
|
27
|
+
* Rotate credentials regularly
|
|
28
|
+
* Store credentials securely using system keychains
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Network security[](https://kiro.dev/docs/cli/mcp/security/#network-security)
|
|
32
|
+
* Use HTTPS for remote MCP servers
|
|
33
|
+
* Verify SSL/TLS certificates
|
|
34
|
+
* Be cautious with servers that require broad network access
|
|
35
|
+
* Monitor network traffic for unusual activity
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Monitoring and auditing[](https://kiro.dev/docs/cli/mcp/security/#monitoring-and-auditing)
|
|
39
|
+
* Review MCP server logs regularly
|
|
40
|
+
* Monitor for unexpected behavior
|
|
41
|
+
* Keep track of installed servers and their permissions
|
|
42
|
+
* Remove unused or untrusted servers promptly
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## Best practices[](https://kiro.dev/docs/cli/mcp/security/#best-practices)
|
|
46
|
+
### Configuration security[](https://kiro.dev/docs/cli/mcp/security/#configuration-security)
|
|
47
|
+
bash
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
# Use environment variables for sensitive data
|
|
51
|
+
export MCP_API_KEY="your-secure-key"
|
|
52
|
+
export DATABASE_URL="your-connection-string"
|
|
53
|
+
|
|
54
|
+
# Configure MCP server with environment variables
|
|
55
|
+
kiro-cli mcp add my-server --env MCP_API_KEY --env DATABASE_URL
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
## Next steps[](https://kiro.dev/docs/cli/mcp/security/#next-steps)
|
|
61
|
+
* Explore [Examples](https://kiro.dev/docs/cli/mcp/examples)
|
|
62
|
+
* Return to [MCP Overview](https://kiro.dev/docs/cli/mcp)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
Page updated: November 16, 2025
|
|
66
|
+
[Examples](https://kiro.dev/docs/cli/mcp/examples/)
|
|
67
|
+
[Governance](https://kiro.dev/docs/cli/mcp/governance/)
|
|
68
|
+
On this page
|
|
69
|
+
* [Security considerations](https://kiro.dev/docs/cli/mcp/security/#security-considerations)
|
|
70
|
+
* [Trust and verification](https://kiro.dev/docs/cli/mcp/security/#trust-and-verification)
|
|
71
|
+
* [Access control](https://kiro.dev/docs/cli/mcp/security/#access-control)
|
|
72
|
+
* [Credential management](https://kiro.dev/docs/cli/mcp/security/#credential-management)
|
|
73
|
+
* [Network security](https://kiro.dev/docs/cli/mcp/security/#network-security)
|
|
74
|
+
* [Monitoring and auditing](https://kiro.dev/docs/cli/mcp/security/#monitoring-and-auditing)
|
|
75
|
+
* [Best practices](https://kiro.dev/docs/cli/mcp/security/#best-practices)
|
|
76
|
+
* [Configuration security](https://kiro.dev/docs/cli/mcp/security/#configuration-security)
|
|
77
|
+
* [Next steps](https://kiro.dev/docs/cli/mcp/security/#next-steps)
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
# Upgrading from Amazon Q Developer CLI
|
|
2
|
+
## Overview[](https://kiro.dev/docs/cli/migrating-from-q/#overview)
|
|
3
|
+
Kiro CLI is the next update of the Q CLI. Your existing Q Developer CLI workflows, subscription, and authentication continue to work without any changes.
|
|
4
|
+
Kiro CLI leverages the Auto agent to deliver the best results at the best price, and supports advanced agent functionality and technology similar to what customers are familiar with in the Q Developer CLI (including agent mode, MCP, steering, and custom agents). Existing Q Developer CLI users will find onboarding straightforward, with additional options for logging in via social accounts and GitHub.
|
|
5
|
+
**Tip**
|
|
6
|
+
Kiro CLI will be available starting **November 17th, 2025**. If you had auto-update enabled, then on **November 24th 2025** Q Developer CLI will be automatically updated to Kiro CLI. If you had disabled auto-update, then you have to manually update Q Developer CLI using `q update` or select "Check for updates" in the Amazon Q application.
|
|
7
|
+
If you're familiar with Amazon Q CLI, upgrading to Kiro CLI will feel natural. This guide highlights the key differences and helps you get started quickly.
|
|
8
|
+
## Key differences[](https://kiro.dev/docs/cli/migrating-from-q/#key-differences)
|
|
9
|
+
Here is the side-by-side comparison of Kiro CLI and Amazon Q Developer
|
|
10
|
+
Area | Kiro CLI | Q Developer CLI
|
|
11
|
+
---|---|---
|
|
12
|
+
Installation | native install | dmg and zip based install
|
|
13
|
+
Authentication | GitHub, Gmail, BuilderId, IAM Identity Center | BuilderId, IAM Identity Center
|
|
14
|
+
Entry point | kiro-cli | q / q chat
|
|
15
|
+
Rules | Kiro steering | Amazon Q rules
|
|
16
|
+
Subscriptions | Q Developer and Kiro | Q Developer and Kiro
|
|
17
|
+
Features | MCP, Custom agents, hooks | MCP, Custom agents, hooks
|
|
18
|
+
License | AWS Intellectual Property License | Apache
|
|
19
|
+
See the [Authentication guide](https://kiro.dev/docs/cli/authentication) for details.
|
|
20
|
+
## Frequently asked questions[](https://kiro.dev/docs/cli/migrating-from-q/#frequently-asked-questions)
|
|
21
|
+
**1. What is Kiro, and how does it relate to Q Developer?**
|
|
22
|
+
Kiro is a standalone agentic development experience that helps you go from concept to production with spec-driven development. From simple to complex tasks, Kiro works alongside you to turn prompts into detailed specs, then into working code, docs, and tests—so what you build is exactly what you want and ready to share with your team. Kiro leverages some of the advanced Q Developer functionality and technology (agent mode, MCP, steering, CLI) and adds a streamlined but opinionated developer experience for working with AI which feels familiar because it's based on Q Developer CLI.
|
|
23
|
+
**2. How will I upgrade from Q Developer CLI to the Kiro CLI?**
|
|
24
|
+
You can simply do `q update` or enable auto-update to switch to Kiro CLI.
|
|
25
|
+
**3. What if I don’t want to upgrade to the Kiro CLI? Can I keep my Q Developer CLI access?**
|
|
26
|
+
Yes, you can continue to use Amazon Q Developer CLI. However, new features and fixes will only be available for Kiro CLI, which leverages some of the underlying agentic CLI features of Q CLI in a streamlined developer experience. Existing Q Developer CLI users will find the experience familiar, and onboarding straightforward, so we strongly recommend they should consider switching.
|
|
27
|
+
**4. What terms will apply to Kiro CLI?**
|
|
28
|
+
Just like with Q Developer CLI, your use of the underlying agentic capabilities in Kiro CLI is subject to the AWS Customer Agreement (or other agreement with us governing your use of AWS services) and Service Terms. However, the Kiro CLI software is licensed under the AWS Intellectual Property License, while the Q Developer CLI software was licensed under Apache 2.0.
|
|
29
|
+
**5. What is the impact to my current usage of Amazon Q Developer CLI? Do I have to change my automation and configuration files?**
|
|
30
|
+
Kiro CLI is backwards compatible with Amazon Q Developer CLI. You can still continue using the `q` and `q chat` entry points. All the functionality in Amazon Q Developer CLI is available in Kiro CLI. You can continue using Amazon Q rules and configuration with Kiro CLI.
|
|
31
|
+
**6. What will change when I switch to Kiro CLI?**
|
|
32
|
+
We are making it easy for your team to work with Kiro regardless of whether developers prefer Kiro IDE or Kiro CLI. To learn more about the changes, review the [changes in detail](https://kiro.dev/docs/cli/migrating-from-q/#kiro-cli-changes).
|
|
33
|
+
**7. Will Kiro CLI work with my Q Developer Pro subscription?**
|
|
34
|
+
Yes, you can use Kiro CLI with your Q Developer Pro subscription. Kiro CLI will also support a Kiro subscription.
|
|
35
|
+
**8. How does Kiro pricing work?**
|
|
36
|
+
Kiro offers flexible pricing tiers designed around how developers use Kiro. For more on pricing, see <https://kiro.dev/pricing/>.
|
|
37
|
+
**9. As a current Q Developer Pro subscription user, why should I consider upgrading to a paid Kiro subscription plan?**
|
|
38
|
+
Kiro offers 3 different pricing tiers that better map to developer needs, and each pricing tier supports overages. Overages are not supported with the Q Developer Pro subscription plan.
|
|
39
|
+
**10: As a current Q Developer Pro user, what is the process for upgrading to a Kiro subscription plan?**
|
|
40
|
+
The Kiro dashboard will show the subscriptions for both Kiro and Q Developer separately. For every group or user, an admin can go to their Q subscriptions, select them and upgrade to a Kiro subscription. Changes in subscription will move groups and users from the subscription tab under Q Developer to the subscription tab in Kiro. Customers can migrate users as they see fit, across an entire profile from a member account, or across groups or individual users from the same profile. Upgrades happen at a user level, so customers have fine-grained control over the migration process.
|
|
41
|
+
**11. Do you provide an output indemnity for Kiro subscribers? If I’m a Q Developer Pro tier user and I upgrade to a paid Kiro subscription, does the output indemnity apply to me?**
|
|
42
|
+
Yes, just like we do for Q Developer Pro users, we provide an output indemnity for paid Kiro subscribers. See Section 50.10 of the Service Terms for more details.
|
|
43
|
+
**12. Does Kiro use my content to train any models?**
|
|
44
|
+
We do not use content from Kiro Pro, Pro+, or Power users that access Kiro through AWS IAM Identity Center. If you have an Amazon Q Developer Pro subscription and access Kiro through your AWS account with the Amazon Q Developer Pro subscription, then Kiro will not use your content for service improvement. We may use certain content from Kiro Free Tier and Kiro individual subscribers (those that access Kiro through a social login provider or AWS Builder ID) for service improvement.
|
|
45
|
+
**13. Can I control telemetry sharing (usage data, performance metrics) for Kiro at the Org level?**
|
|
46
|
+
We do not collect telemetry from Kiro Pro, Pro+, or Power users that access Kiro through AWS IAM Identity Center. However, enterprise admins can configure Kiro to collect user activity reports for the users in your org.
|
|
47
|
+
**14. Can I go back to Amazon Q Developer CLI?**
|
|
48
|
+
To install Amazon Q Developer CLI, download the binary for your platform/OS. Uninstall Kiro CLI using `kiro-cli uninstall` and install the Amazon Q Developer CLI.
|
|
49
|
+
You can download Amazon Q Developer CLI v1.19.7 for the specific platform:
|
|
50
|
+
* [MacOS](https://desktop-release.q.us-east-1.amazonaws.com/latest/Amazon%20Q.dmg)
|
|
51
|
+
* [Linux x86-64](https://desktop-release.q.us-east-1.amazonaws.com/latest/q-x86_64-linux.zip)
|
|
52
|
+
* [Linux ARM](https://desktop-release.q.us-east-1.amazonaws.com/latest/q-aarch64-linux.zip)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
**Warning**
|
|
56
|
+
Any new prompts, agents and steering files you created using Kiro CLI will not be available in Amazon Q Developer CLI. Refer to the configuration file path section to copy files.
|
|
57
|
+
## Kiro CLI Changes[](https://kiro.dev/docs/cli/migrating-from-q/#kiro-cli-changes)
|
|
58
|
+
### One-time migration during Kiro CLI installation[](https://kiro.dev/docs/cli/migrating-from-q/#one-time-migration-during-kiro-cli-installation)
|
|
59
|
+
Here's what happens during the one-time migration when you install Kiro CLI:
|
|
60
|
+
1. Prompts, agents from `~/.aws/amazonq` folder are copied to `~/.kiro` folder with the same names
|
|
61
|
+
2. MCP configuration from `~/.aws/amazonq/mcp.json` is copied to `~/.kiro/settings/mcp.json`. If there are conflicts, skip copying those MCP servers
|
|
62
|
+
3. Files from `rules` folder in ~/.aws/amazonq folder are copied to `~/.kiro/steering` folder with the same names
|
|
63
|
+
4. A `cli.json` file is created with settings from Amazon Q Developer CLI
|
|
64
|
+
5. Kiro CLI will continue to read `.amazonq` folder in your project. So your existing rules, agents, and MCP settings in your project will continue to work as-is
|
|
65
|
+
* If you save a new prompt or agent configurations, they will be saved to `.kiro` folder in your projeect.
|
|
66
|
+
* If both folders exist in your project, we'll read from `.kiro` folder
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
**Important**
|
|
70
|
+
When you add new project level prompts or agents, they will be saved to the `.kiro` folder in the project and not `.amazonq` folder
|
|
71
|
+
1. q and q chat will continue to work, although we recommend using kiro-cli (both kiro-cli and kiro-cli chat will work)
|
|
72
|
+
2. Tools names have been simplified, but existing tool names will continue to work:
|
|
73
|
+
* Changes -> `fs_read` to `read`, `fs_write` to `write` , `use_aws` to `aws`, `execute_bash` to `shell`, `report_issue` to `report`
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Configuration file paths[](https://kiro.dev/docs/cli/migrating-from-q/#configuration-file-paths)
|
|
77
|
+
Kiro CLI uses different configuration paths than Amazon Q Developer CLI, but maintains backward compatibility:
|
|
78
|
+
Configuration | Scope | Kiro CLI | Q Developer CLI
|
|
79
|
+
---|---|---|---
|
|
80
|
+
MCP servers | User | `~/.kiro/settings/mcp.json` | `~/.aws/amazonq/mcp.json`
|
|
81
|
+
| Workspace | `.kiro/settings/mcp.json` | `.amazonq/mcp.json`
|
|
82
|
+
Prompts | User | `~/.kiro/prompts` | `~/.aws/amazonq/prompts`
|
|
83
|
+
| Workspace | `.kiro/prompts` | `.amazonq/prompts`
|
|
84
|
+
Custom agents | User | `~/.kiro/agents` | `~/.aws/amazonq/cli-agents`
|
|
85
|
+
| Workspace | `.kiro/agents` | `.amazonq/cli-agents`
|
|
86
|
+
Rules / Steering | User | `~/.kiro/steering` | `~/.aws/amazonq/rules`
|
|
87
|
+
| Workspace | `.kiro/steering` | `.amazonq/rules`
|
|
88
|
+
Settings | Global | `~/.kiro/settings/cli.json` | -
|
|
89
|
+
### Important changes[](https://kiro.dev/docs/cli/migrating-from-q/#important-changes)
|
|
90
|
+
* Kiro CLI will **not modify** your existing `.amazonq` folders
|
|
91
|
+
* Authentication and subscription management will use Kiro web portal
|
|
92
|
+
* MCP servers, agents, rules, and prompts automatically copied from `~/.aws/amazonq` folder to the appropriate folders (refer above) in `~/.kiro` during installation
|
|
93
|
+
* Logs will be written to `$TMPDIR/kiro-log`
|
|
94
|
+
* Tool names are different, but are backwards compatible so that your existing custom agents will continue to work
|
|
95
|
+
* Default agent name changed to `kiro_default`. Default agent includes paths for both Amazon Q and Kiro.
|
|
96
|
+
* `/agent list` will list `kiro_default` as an agent with "No path found", because the agent configuration is in memory.
|
|
97
|
+
* UI with updated colors and names
|
|
98
|
+
* Default agent will support both Amazon Q rules and Kiro steering
|
|
99
|
+
* Kiro CLI supports Gmail and GitHub authentication alongside Builder ID and IAM Identity Center
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
**Important**
|
|
103
|
+
If your project has both `.kiro` and `.amazonq` folders, configuration will be loaded from the `.kiro` folder. You will see a warning about this when you start a new session.
|
|
104
|
+
### Getting help[](https://kiro.dev/docs/cli/migrating-from-q/#getting-help)
|
|
105
|
+
If you encounter issues during migration:
|
|
106
|
+
1. Check the [CLI Commands Reference](https://kiro.dev/docs/cli/reference/cli-commands)
|
|
107
|
+
2. Review [Chat documentation](https://kiro.dev/docs/cli/chat)
|
|
108
|
+
3. Contact support through the Kiro dashboard
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Next steps[](https://kiro.dev/docs/cli/migrating-from-q/#next-steps)
|
|
112
|
+
* Explore [Chat features](https://kiro.dev/docs/cli/chat)
|
|
113
|
+
* Learn about [Custom Agents](https://kiro.dev/docs/cli/custom-agents)
|
|
114
|
+
* Try [MCP integration](https://kiro.dev/docs/cli/mcp)
|
|
115
|
+
* Set up [Agent Hooks](https://kiro.dev/docs/cli/hooks)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
Page updated: November 19, 2025
|
|
119
|
+
[Settings](https://kiro.dev/docs/cli/reference/settings/)
|
|
120
|
+
On this page
|
|
121
|
+
* [Overview](https://kiro.dev/docs/cli/migrating-from-q/#overview)
|
|
122
|
+
* [Key differences](https://kiro.dev/docs/cli/migrating-from-q/#key-differences)
|
|
123
|
+
* [Frequently asked questions](https://kiro.dev/docs/cli/migrating-from-q/#frequently-asked-questions)
|
|
124
|
+
* [Kiro CLI Changes](https://kiro.dev/docs/cli/migrating-from-q/#kiro-cli-changes)
|
|
125
|
+
* [One-time migration during Kiro CLI installation](https://kiro.dev/docs/cli/migrating-from-q/#one-time-migration-during-kiro-cli-installation)
|
|
126
|
+
* [Configuration file paths](https://kiro.dev/docs/cli/migrating-from-q/#configuration-file-paths)
|
|
127
|
+
* [Important changes](https://kiro.dev/docs/cli/migrating-from-q/#important-changes)
|
|
128
|
+
* [Getting help](https://kiro.dev/docs/cli/migrating-from-q/#getting-help)
|
|
129
|
+
* [Next steps](https://kiro.dev/docs/cli/migrating-from-q/#next-steps)
|