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.
Files changed (155) hide show
  1. package/.kiro/README.md +228 -0
  2. package/.kiro/agents/backend-engineer.json +6 -0
  3. package/.kiro/agents/backend-engineer.md +643 -0
  4. package/.kiro/agents/database-specialist.json +6 -0
  5. package/.kiro/agents/database-specialist.md +390 -0
  6. package/.kiro/agents/development-logger.json +6 -0
  7. package/.kiro/agents/development-logger.md +265 -0
  8. package/.kiro/agents/devops-engineer.json +6 -0
  9. package/.kiro/agents/devops-engineer.md +287 -0
  10. package/.kiro/agents/frontend-architect.json +6 -0
  11. package/.kiro/agents/frontend-architect.md +1032 -0
  12. package/.kiro/agents/hooks/backend-engineer-hooks.yaml +540 -0
  13. package/.kiro/agents/hooks/database-specialist-hooks.yaml +488 -0
  14. package/.kiro/agents/hooks/development-logger-hooks.yaml +361 -0
  15. package/.kiro/agents/hooks/devops-engineer-hooks.yaml +345 -0
  16. package/.kiro/agents/hooks/frontend-architect-hooks.yaml +521 -0
  17. package/.kiro/agents/hooks/project-manager-hooks.yaml +513 -0
  18. package/.kiro/agents/hooks/security-specialist-hooks.yaml +358 -0
  19. package/.kiro/agents/hooks/test-orchestrator-hooks.yaml +380 -0
  20. package/.kiro/agents/hooks/ui-ux-designer-hooks.yaml +353 -0
  21. package/.kiro/agents/project-manager.json +6 -0
  22. package/.kiro/agents/project-manager.md +344 -0
  23. package/.kiro/agents/prompts/backend-engineer-system.md +815 -0
  24. package/.kiro/agents/prompts/database-specialist-system.md +332 -0
  25. package/.kiro/agents/prompts/development-logger-system.md +232 -0
  26. package/.kiro/agents/prompts/devops-engineer-system.md +260 -0
  27. package/.kiro/agents/prompts/frontend-architect-system.md +305 -0
  28. package/.kiro/agents/prompts/project-manager-system.md +285 -0
  29. package/.kiro/agents/prompts/security-specialist-system.md +231 -0
  30. package/.kiro/agents/prompts/test-orchestrator-system.md +214 -0
  31. package/.kiro/agents/prompts/ui-ux-designer-system.md +270 -0
  32. package/.kiro/agents/security-specialist.json +6 -0
  33. package/.kiro/agents/security-specialist.md +277 -0
  34. package/.kiro/agents/test-orchestrator.json +6 -0
  35. package/.kiro/agents/test-orchestrator.md +266 -0
  36. package/.kiro/agents/ui-ux-designer.json +6 -0
  37. package/.kiro/agents/ui-ux-designer.md +284 -0
  38. package/.kiro/devlog/00-START-HERE.md +444 -0
  39. package/.kiro/devlog/COMPLETE-WORKFLOW.md +553 -0
  40. package/.kiro/devlog/DEVLOG-INTEGRATION.md +413 -0
  41. package/.kiro/devlog/DEVLOG-PROCESS-FLOWS.md +484 -0
  42. package/.kiro/devlog/DEVLOG-QUICK-REF.md +299 -0
  43. package/.kiro/devlog/DEVLOG.md +22 -0
  44. package/.kiro/devlog/IMPLEMENTATION-COMPLETE.txt +434 -0
  45. package/.kiro/devlog/IMPLEMENTATION-SUMMARY.md +358 -0
  46. package/.kiro/devlog/README.md +363 -0
  47. package/.kiro/devlog/devlog-update.bat +136 -0
  48. package/.kiro/devlog/devlog-update.sh +275 -0
  49. package/.kiro/devlog/feature-completion-hook.bat +78 -0
  50. package/.kiro/devlog/feature-completion-hook.sh +84 -0
  51. package/.kiro/documentation/cli.md +31 -0
  52. package/.kiro/documentation/docs_cli.md +41 -0
  53. package/.kiro/documentation/docs_cli_authentication.md +43 -0
  54. package/.kiro/documentation/docs_cli_autocomplete.md +132 -0
  55. package/.kiro/documentation/docs_cli_billing.md +31 -0
  56. package/.kiro/documentation/docs_cli_billing_contact-support.md +43 -0
  57. package/.kiro/documentation/docs_cli_billing_managing-taxes.md +67 -0
  58. package/.kiro/documentation/docs_cli_billing_related-questions.md +49 -0
  59. package/.kiro/documentation/docs_cli_billing_subscription-portal.md +31 -0
  60. package/.kiro/documentation/docs_cli_chat.md +84 -0
  61. package/.kiro/documentation/docs_cli_chat_configuration.md +40 -0
  62. package/.kiro/documentation/docs_cli_chat_context.md +258 -0
  63. package/.kiro/documentation/docs_cli_chat_git-aware-selection.md +41 -0
  64. package/.kiro/documentation/docs_cli_chat_images.md +53 -0
  65. package/.kiro/documentation/docs_cli_chat_manage-prompts.md +216 -0
  66. package/.kiro/documentation/docs_cli_chat_model-selection.md +153 -0
  67. package/.kiro/documentation/docs_cli_chat_permissions.md +68 -0
  68. package/.kiro/documentation/docs_cli_chat_planning-agent.md +230 -0
  69. package/.kiro/documentation/docs_cli_chat_responding.md +123 -0
  70. package/.kiro/documentation/docs_cli_chat_security.md +87 -0
  71. package/.kiro/documentation/docs_cli_chat_subagents.md +77 -0
  72. package/.kiro/documentation/docs_cli_code-intelligence.md +251 -0
  73. package/.kiro/documentation/docs_cli_custom-agents.md +37 -0
  74. package/.kiro/documentation/docs_cli_custom-agents_configuration-reference.md +941 -0
  75. package/.kiro/documentation/docs_cli_custom-agents_creating.md +93 -0
  76. package/.kiro/documentation/docs_cli_custom-agents_examples.md +360 -0
  77. package/.kiro/documentation/docs_cli_custom-agents_troubleshooting.md +180 -0
  78. package/.kiro/documentation/docs_cli_enterprise_billing.md +33 -0
  79. package/.kiro/documentation/docs_cli_enterprise_concepts.md +34 -0
  80. package/.kiro/documentation/docs_cli_enterprise_getting-started.md +19 -0
  81. package/.kiro/documentation/docs_cli_enterprise_iam.md +251 -0
  82. package/.kiro/documentation/docs_cli_enterprise_monitor-and-track.md +15 -0
  83. package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_dashboard.md +62 -0
  84. package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_prompt-logging.md +165 -0
  85. package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_user-activity.md +123 -0
  86. package/.kiro/documentation/docs_cli_enterprise_settings.md +15 -0
  87. package/.kiro/documentation/docs_cli_enterprise_subscribe.md +36 -0
  88. package/.kiro/documentation/docs_cli_enterprise_subscription-management.md +55 -0
  89. package/.kiro/documentation/docs_cli_enterprise_supported-regions.md +39 -0
  90. package/.kiro/documentation/docs_cli_experimental.md +282 -0
  91. package/.kiro/documentation/docs_cli_experimental_checkpointing.md +439 -0
  92. package/.kiro/documentation/docs_cli_experimental_delegate.md +422 -0
  93. package/.kiro/documentation/docs_cli_experimental_knowledge-management.md +449 -0
  94. package/.kiro/documentation/docs_cli_experimental_tangent-mode.md +357 -0
  95. package/.kiro/documentation/docs_cli_experimental_thinking.md +331 -0
  96. package/.kiro/documentation/docs_cli_experimental_todo-lists.md +385 -0
  97. package/.kiro/documentation/docs_cli_hooks.md +207 -0
  98. package/.kiro/documentation/docs_cli_installation.md +235 -0
  99. package/.kiro/documentation/docs_cli_mcp.md +106 -0
  100. package/.kiro/documentation/docs_cli_mcp_configuration.md +294 -0
  101. package/.kiro/documentation/docs_cli_mcp_examples.md +273 -0
  102. package/.kiro/documentation/docs_cli_mcp_governance.md +436 -0
  103. package/.kiro/documentation/docs_cli_mcp_security.md +77 -0
  104. package/.kiro/documentation/docs_cli_migrating-from-q.md +129 -0
  105. package/.kiro/documentation/docs_cli_privacy-and-security.md +83 -0
  106. package/.kiro/documentation/docs_cli_privacy-and-security_compliance-validation.md +17 -0
  107. package/.kiro/documentation/docs_cli_privacy-and-security_data-protection.md +104 -0
  108. package/.kiro/documentation/docs_cli_privacy-and-security_firewalls.md +26 -0
  109. package/.kiro/documentation/docs_cli_privacy-and-security_infrastructure-security.md +10 -0
  110. package/.kiro/documentation/docs_cli_privacy-and-security_vpc-endpoints.md +41 -0
  111. package/.kiro/documentation/docs_cli_reference_built-in-tools.md +624 -0
  112. package/.kiro/documentation/docs_cli_reference_cli-commands.md +689 -0
  113. package/.kiro/documentation/docs_cli_reference_settings.md +294 -0
  114. package/.kiro/documentation/docs_cli_reference_slash-commands.md +559 -0
  115. package/.kiro/documentation/docs_cli_steering.md +84 -0
  116. package/.kiro/guides/AGENT_WORKFLOW_GUIDE.md +294 -0
  117. package/.kiro/guides/DEVLOG.md +882 -0
  118. package/.kiro/guides/IMPLEMENTATION_EXAMPLES.md +611 -0
  119. package/.kiro/guides/PIV Loop.md +122 -0
  120. package/.kiro/guides/PIV Loop.png +0 -0
  121. package/.kiro/guides/PIVLoop.png +0 -0
  122. package/.kiro/guides/QUICK_REFERENCE.md +202 -0
  123. package/.kiro/guides/README.md +149 -0
  124. package/.kiro/guides/advanced-patterns.md +514 -0
  125. package/.kiro/guides/agent-coordination.md +434 -0
  126. package/.kiro/guides/core-workflows.md +409 -0
  127. package/.kiro/guides/emergency-procedures.md +414 -0
  128. package/.kiro/guides/project-evaluation.md +534 -0
  129. package/.kiro/guides/quality-assurance.md +431 -0
  130. package/.kiro/guides/quick-start.md +235 -0
  131. package/.kiro/guides/troubleshooting.md +575 -0
  132. package/.kiro/guides/walkthroughs.md +711 -0
  133. package/.kiro/prompts/add-to-devlog.md +263 -0
  134. package/.kiro/prompts/code-review-fix.md +18 -0
  135. package/.kiro/prompts/code-review-hackathon.md +167 -0
  136. package/.kiro/prompts/code-review-security.md +454 -0
  137. package/.kiro/prompts/code-review.md +113 -0
  138. package/.kiro/prompts/create-prd.md +151 -0
  139. package/.kiro/prompts/execute-backend.md +257 -0
  140. package/.kiro/prompts/execute-frontend.md +438 -0
  141. package/.kiro/prompts/execute-logging.md +491 -0
  142. package/.kiro/prompts/execute-security.md +482 -0
  143. package/.kiro/prompts/execute-testing.md +528 -0
  144. package/.kiro/prompts/execute.md +101 -0
  145. package/.kiro/prompts/execution-report.md +72 -0
  146. package/.kiro/prompts/implement-fix.md +228 -0
  147. package/.kiro/prompts/plan-feature.md +433 -0
  148. package/.kiro/prompts/prime.md +73 -0
  149. package/.kiro/prompts/quality-metrics.md +622 -0
  150. package/.kiro/prompts/quickstart.md +318 -0
  151. package/.kiro/prompts/rca.md +220 -0
  152. package/.kiro/prompts/system-review.md +189 -0
  153. package/README.md +32 -0
  154. package/bin/cli.js +97 -0
  155. 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)