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,273 @@
|
|
|
1
|
+
# Examples
|
|
2
|
+
This guide provides information about a few sample Model Context Protocol (MCP) servers, their capabilities, and how to set them up with Kiro.
|
|
3
|
+
**Warning**
|
|
4
|
+
Only add MCP servers from trusted sources, and review all applicable server licensing information and documentation. Kiro is not responsible for any third-party MCP servers or other packages.
|
|
5
|
+
## AWS Documentation server[](https://kiro.dev/docs/cli/mcp/examples/#aws-documentation-server)
|
|
6
|
+
The AWS Documentation server provides access to AWS documentation, search capabilities, and content recommendations. Capabilities
|
|
7
|
+
* Search AWS documentation across all services
|
|
8
|
+
* Read documentation pages in markdown format
|
|
9
|
+
* Get content recommendations related to specific documentation pages
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Setup instructions[](https://kiro.dev/docs/cli/mcp/examples/#setup-instructions)
|
|
13
|
+
#### Prerequisites[](https://kiro.dev/docs/cli/mcp/examples/#prerequisites)
|
|
14
|
+
1. Install uv from Astral:
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
bash
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
# On macOS/Linux
|
|
21
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
22
|
+
|
|
23
|
+
# On Windows PowerShell
|
|
24
|
+
irm https://astral.sh/uv/install.ps1 | iex
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
1. Install Python 3.10 or newer:
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
bash
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
uv python install 3.10
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
#### Configuration[](https://kiro.dev/docs/cli/mcp/examples/#configuration)
|
|
41
|
+
For macOS/Linux:
|
|
42
|
+
json
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
{
|
|
46
|
+
"mcpServers": {
|
|
47
|
+
"aws-docs": {
|
|
48
|
+
"command": "uvx",
|
|
49
|
+
"args": ["awslabs.aws-documentation-mcp-server@latest"],
|
|
50
|
+
"env": {
|
|
51
|
+
"FASTMCP_LOG_LEVEL": "ERROR"
|
|
52
|
+
},
|
|
53
|
+
"disabled": false,
|
|
54
|
+
"autoApprove": []
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
For Windows:
|
|
63
|
+
json
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
{
|
|
67
|
+
"mcpServers": {
|
|
68
|
+
"aws-docs": {
|
|
69
|
+
"command": "uv",
|
|
70
|
+
"args": [
|
|
71
|
+
"tool",
|
|
72
|
+
"run",
|
|
73
|
+
"--from",
|
|
74
|
+
"awslabs.aws-documentation-mcp-server@latest",
|
|
75
|
+
"awslabs.aws-documentation-mcp-server.exe"
|
|
76
|
+
],
|
|
77
|
+
"env": {
|
|
78
|
+
"FASTMCP_LOG_LEVEL": "ERROR"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### Available tools[](https://kiro.dev/docs/cli/mcp/examples/#available-tools)
|
|
88
|
+
Tool Name | Description
|
|
89
|
+
---|---
|
|
90
|
+
mcp_aws_docs_search_documentation | Search AWS documentation for specific topics
|
|
91
|
+
mcp_aws_docs_read_documentation | Read AWS documentation pages in markdown format
|
|
92
|
+
mcp_aws_docs_recommend | Get content recommendations related to a documentation page
|
|
93
|
+
### Usage examples[](https://kiro.dev/docs/cli/mcp/examples/#usage-examples)
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
# Search for information about S3 bucket policies
|
|
97
|
+
Search AWS documentation for S3 bucket policies
|
|
98
|
+
|
|
99
|
+
# Read specific documentation
|
|
100
|
+
Read the AWS Lambda function URLs documentation
|
|
101
|
+
|
|
102
|
+
# Get recommendations
|
|
103
|
+
Find related content to AWS ECS task definitions
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
## GitHub MCP server[](https://kiro.dev/docs/cli/mcp/examples/#github-mcp-server)
|
|
109
|
+
The GitHub MCP server allows Kiro to interact with GitHub repositories, issues, and pull requests.
|
|
110
|
+
### Capabilities[](https://kiro.dev/docs/cli/mcp/examples/#capabilities)
|
|
111
|
+
* Access repository information including files, commits, and branches
|
|
112
|
+
* Create and manage issues and pull requests
|
|
113
|
+
* Search repositories for specific content
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
### Setup instructions[](https://kiro.dev/docs/cli/mcp/examples/#setup-instructions-1)
|
|
117
|
+
**Warning**
|
|
118
|
+
The previously recommended @modelcontextprotocol/server-github package has been archived. GitHub now recommends using their official Docker-based MCP server.
|
|
119
|
+
### Prerequisites[](https://kiro.dev/docs/cli/mcp/examples/#prerequisites-1)
|
|
120
|
+
1. Install Docker if not already installed:
|
|
121
|
+
* Docker Desktop for macOS and Windows
|
|
122
|
+
* Docker Engine for Linux
|
|
123
|
+
2. Create a GitHub Personal Access Token:
|
|
124
|
+
* Go to GitHub Settings > Developer settings > Personal access tokens (fine-grained)
|
|
125
|
+
* Generate a new token with permissions that fit the tools you need
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Configuration[](https://kiro.dev/docs/cli/mcp/examples/#configuration-1)
|
|
129
|
+
Follow these steps from the official GitHub documentation:
|
|
130
|
+
1. Create a `.kiro/settings/mcp.json` file in your workspace directory (or edit if it already exists)
|
|
131
|
+
2. Add this configuration:
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
json
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
{
|
|
138
|
+
"mcpServers": {
|
|
139
|
+
"github": {
|
|
140
|
+
"command": "docker",
|
|
141
|
+
"args": [
|
|
142
|
+
"run",
|
|
143
|
+
"-i",
|
|
144
|
+
"--rm",
|
|
145
|
+
"-e",
|
|
146
|
+
"GITHUB_PERSONAL_ACCESS_TOKEN",
|
|
147
|
+
"ghcr.io/github/github-mcp-server"
|
|
148
|
+
],
|
|
149
|
+
"env": {
|
|
150
|
+
"GITHUB_PERSONAL_ACCESS_TOKEN": "your-token-here"
|
|
151
|
+
},
|
|
152
|
+
"disabled": false,
|
|
153
|
+
"autoApprove": []
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
For more detailed installation instructions, refer to the official GitHub MCP Server documentation.
|
|
162
|
+
### Common tools[](https://kiro.dev/docs/cli/mcp/examples/#common-tools)
|
|
163
|
+
The GitHub MCP server provides a comprehensive set of tools for interacting with GitHub. Here are some of the most commonly used tools organized by category:
|
|
164
|
+
Category | Tool Name | Description
|
|
165
|
+
---|---|---
|
|
166
|
+
Repository Tools | search_repositories | Search for GitHub repositories
|
|
167
|
+
Repository Tools | list_branches | List branches in a repository
|
|
168
|
+
Issue Tools | list_issues | List issues in a repository
|
|
169
|
+
Issue Tools | update_issue | Update an existing issue
|
|
170
|
+
Issue Tools | add_issue_comment | Add a comment to an issue
|
|
171
|
+
Pull Request Tools | create_pull_request | Create a new pull request
|
|
172
|
+
### Available toolsets[](https://kiro.dev/docs/cli/mcp/examples/#available-toolsets)
|
|
173
|
+
The GitHub MCP server organizes its functionality into toolsets that can be enabled or disabled as needed. By default, all toolsets are enabled. You can specify which toolsets you want to enable when configuring the GitHub MCP server. This allows you to control which GitHub API capabilities are available to your AI tools.
|
|
174
|
+
You can specify which toolsets you want to enable when configuring the GitHub MCP server. This allows you to control which GitHub API capabilities are available to your AI tools. Using Toolsets With Docker
|
|
175
|
+
When using Docker, you can pass the toolsets as environment variables:
|
|
176
|
+
bash
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
docker run -i --rm \
|
|
180
|
+
-e GITHUB_PERSONAL_ACCESS_TOKEN=<your-token> \
|
|
181
|
+
-e GITHUB_TOOLSETS="repos,issues,pull_requests,actions,code_security,experiments" \
|
|
182
|
+
ghcr.io/github/github-mcp-server
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
### Usage examples[](https://kiro.dev/docs/cli/mcp/examples/#usage-examples-1)
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
# Get repository information
|
|
191
|
+
Show me information about the tensorflow/tensorflow repository
|
|
192
|
+
|
|
193
|
+
# Search for code
|
|
194
|
+
Find examples of React hooks in facebook/react
|
|
195
|
+
|
|
196
|
+
# Create an issue
|
|
197
|
+
Create an issue in my repository about the login bug
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
## Custom MCP servers[](https://kiro.dev/docs/cli/mcp/examples/#custom-mcp-servers)
|
|
203
|
+
You can create your own MCP servers to extend Kiro's capabilities for your specific needs.
|
|
204
|
+
### Creating a custom server[](https://kiro.dev/docs/cli/mcp/examples/#creating-a-custom-server)
|
|
205
|
+
1. Choose a programming language (Python, Node.js, etc.)
|
|
206
|
+
2. Implement the MCP protocol using available libraries
|
|
207
|
+
3. Define your tools and their capabilities
|
|
208
|
+
4. Package and distribute your server
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
#### Resources for custom server development[](https://kiro.dev/docs/cli/mcp/examples/#resources-for-custom-server-development)
|
|
212
|
+
* [MCP Protocol Specification](https://modelcontextprotocol.io/specification/2025-06-18)
|
|
213
|
+
* [MCP Server Template (Python)](https://kiro.dev/docs/cli/mcp/examples/)
|
|
214
|
+
* [MCP Server Template (Node.js)](https://kiro.dev/docs/cli/mcp/examples/)
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
### Additional MCP servers[](https://kiro.dev/docs/cli/mcp/examples/#additional-mcp-servers)
|
|
218
|
+
#### Database servers[](https://kiro.dev/docs/cli/mcp/examples/#database-servers)
|
|
219
|
+
* **PostgreSQL MCP Server** : Query and manage PostgreSQL databases
|
|
220
|
+
* **MongoDB MCP Server** : Interact with MongoDB databases
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
#### Development tools[](https://kiro.dev/docs/cli/mcp/examples/#development-tools)
|
|
224
|
+
* **Docker MCP Server** : Manage Docker containers and images
|
|
225
|
+
* **Kubernetes MCP Server** : Interact with Kubernetes clusters
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Finding more MCP servers[](https://kiro.dev/docs/cli/mcp/examples/#finding-more-mcp-servers)
|
|
229
|
+
To discover additional MCP servers:
|
|
230
|
+
* Visit the [MCP Registry](https://github.com/modelcontextprotocol/registry)
|
|
231
|
+
* Check the [GitHub MCP Organization](https://github.com/modelcontextprotocol)
|
|
232
|
+
* Search for **mcp-server** on npm or PyPI
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
## In the meantime[](https://kiro.dev/docs/cli/mcp/examples/#in-the-meantime)
|
|
236
|
+
While we prepare comprehensive examples, you can:
|
|
237
|
+
* Review [Security Best Practices](https://kiro.dev/docs/cli/mcp/security) for secure integration
|
|
238
|
+
* Visit the [official MCP documentation](https://modelcontextprotocol.io/introduction)
|
|
239
|
+
* Return to [MCP Overview](https://kiro.dev/docs/cli/mcp)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
## Next steps[](https://kiro.dev/docs/cli/mcp/examples/#next-steps)
|
|
243
|
+
* Review [Security Best Practices](https://kiro.dev/docs/cli/mcp/security)
|
|
244
|
+
* Return to [MCP Overview](https://kiro.dev/docs/cli/mcp)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
Page updated: November 26, 2025
|
|
248
|
+
[Configuration](https://kiro.dev/docs/cli/mcp/configuration/)
|
|
249
|
+
[Security](https://kiro.dev/docs/cli/mcp/security/)
|
|
250
|
+
On this page
|
|
251
|
+
* [AWS Documentation server](https://kiro.dev/docs/cli/mcp/examples/#aws-documentation-server)
|
|
252
|
+
* [Setup instructions](https://kiro.dev/docs/cli/mcp/examples/#setup-instructions)
|
|
253
|
+
* [Prerequisites](https://kiro.dev/docs/cli/mcp/examples/#prerequisites)
|
|
254
|
+
* [Configuration](https://kiro.dev/docs/cli/mcp/examples/#configuration)
|
|
255
|
+
* [Available tools](https://kiro.dev/docs/cli/mcp/examples/#available-tools)
|
|
256
|
+
* [Usage examples](https://kiro.dev/docs/cli/mcp/examples/#usage-examples)
|
|
257
|
+
* [GitHub MCP server](https://kiro.dev/docs/cli/mcp/examples/#github-mcp-server)
|
|
258
|
+
* [Capabilities](https://kiro.dev/docs/cli/mcp/examples/#capabilities)
|
|
259
|
+
* [Setup instructions](https://kiro.dev/docs/cli/mcp/examples/#setup-instructions-1)
|
|
260
|
+
* [Prerequisites](https://kiro.dev/docs/cli/mcp/examples/#prerequisites-1)
|
|
261
|
+
* [Configuration](https://kiro.dev/docs/cli/mcp/examples/#configuration-1)
|
|
262
|
+
* [Common tools](https://kiro.dev/docs/cli/mcp/examples/#common-tools)
|
|
263
|
+
* [Available toolsets](https://kiro.dev/docs/cli/mcp/examples/#available-toolsets)
|
|
264
|
+
* [Usage examples](https://kiro.dev/docs/cli/mcp/examples/#usage-examples-1)
|
|
265
|
+
* [Custom MCP servers](https://kiro.dev/docs/cli/mcp/examples/#custom-mcp-servers)
|
|
266
|
+
* [Creating a custom server](https://kiro.dev/docs/cli/mcp/examples/#creating-a-custom-server)
|
|
267
|
+
* [Resources for custom server development](https://kiro.dev/docs/cli/mcp/examples/#resources-for-custom-server-development)
|
|
268
|
+
* [Additional MCP servers](https://kiro.dev/docs/cli/mcp/examples/#additional-mcp-servers)
|
|
269
|
+
* [Database servers](https://kiro.dev/docs/cli/mcp/examples/#database-servers)
|
|
270
|
+
* [Development tools](https://kiro.dev/docs/cli/mcp/examples/#development-tools)
|
|
271
|
+
* [Finding more MCP servers](https://kiro.dev/docs/cli/mcp/examples/#finding-more-mcp-servers)
|
|
272
|
+
* [In the meantime](https://kiro.dev/docs/cli/mcp/examples/#in-the-meantime)
|
|
273
|
+
* [Next steps](https://kiro.dev/docs/cli/mcp/examples/#next-steps)
|