You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add Kiro to supported MCP hosts across all documentation
Complete documentation update to include Kiro IDE as supported MCP host platform:
- README.md: Add Kiro to introduction, key features, and supported hosts section
- MCPHostConfiguration.md: Add Kiro to supported platforms and validation lists
- CLIReference.md: Add Kiro-specific CLI arguments and usage examples
- Tutorial series: Add Kiro to all host platform references for consistency
Ensures complete documentation consistency across user journey from
project introduction through advanced tutorials and CLI reference.
All host lists now include Kiro in alphabetical order with consistent
description: 'Kiro IDE with MCP support'
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@
4
4
5
5
## Introduction
6
6
7
-
Hatch is the package manager for managing Model Context Protocol (MCP) servers with environment isolation, multi-type dependency resolution, and multi-host deployment. Deploy MCP servers to Claude Desktop, VS Code, Cursor, and other platforms with automatic dependency management.
7
+
Hatch is the package manager for managing Model Context Protocol (MCP) servers with environment isolation, multi-type dependency resolution, and multi-host deployment. Deploy MCP servers to Claude Desktop, VS Code, Cursor, Kiro, and other platforms with automatic dependency management.
8
8
9
9
The canonical documentation is at `docs/index.md` and published at <https://hatch.readthedocs.io/en/latest/>.
10
10
11
11
## Key Features
12
12
13
13
-**Environment Isolation** — Create separate, isolated workspaces for different projects without conflicts
14
14
-**Multi-Type Dependency Resolution** — Automatically resolve and install system packages, Python packages, Docker containers, and Hatch packages
15
-
-**Multi-Host Deployment** — Deploy MCP servers to Claude Desktop, Claude Code, VS Code, Cursor, LM Studio, and Google Gemini CLI
15
+
-**Multi-Host Deployment** — Deploy MCP servers to Claude Desktop, Claude Code, VS Code, Cursor, Kiro, LM Studio, and Google Gemini CLI
16
16
-**Package Validation** — Ensure packages meet schema requirements before distribution
17
17
-**Development-Focused** — Optimized for rapid development and testing of MCP server ecosystems
18
18
@@ -24,6 +24,7 @@ Hatch supports deployment to the following MCP host platforms:
24
24
-**Claude Code** — Claude integration for VS Code with MCP capabilities
25
25
-**VS Code** — Visual Studio Code with the MCP extension for tool integration
26
26
-**Cursor** — AI-first code editor with built-in MCP server support
27
+
-**Kiro** — Kiro IDE with MCP support
27
28
-**LM Studio** — Local LLM inference platform with MCP server integration
28
29
-**Google Gemini CLI** — Command-line interface for Google's Gemini model with MCP support
This ensures that MCP server configurations are isolated between different project environments, maintaining clean separation of development, testing, and production setups.
361
-
362
-
## Advanced Synchronization Patterns
363
-
364
-
### Pattern-Based Server Selection
365
-
366
-
Use regular expressions for flexible server selection during synchronization:
Copy file name to clipboardExpand all lines: docs/articles/users/tutorials/03-author-package/05-checkpoint.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,6 @@
18
18
19
19
You now have the fundamental skills to create, validate, and install Hatch packages.
20
20
21
-
**Continue to**: [Tutorial 04: MCP Host Configuration](../04-mcp-host-configuration/01-host-platform-overview.md) to learn how to deploy your packages to host platforms like Claude Desktop, VS Code, and Cursor with automatic dependency resolution.
21
+
**Continue to**: [Tutorial 04: MCP Host Configuration](../04-mcp-host-configuration/01-host-platform-overview.md) to learn how to deploy your packages to host platforms like Claude Desktop, VS Code, Cursor, and Kiro with automatic dependency resolution.
22
22
23
23
For more advanced topics, explore the [CLI Reference](../../CLIReference.md) and [Security and Trust](../../SecurityAndTrust.md) guides.
Copy file name to clipboardExpand all lines: docs/articles/users/tutorials/04-mcp-host-configuration/04-environment-synchronization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
---
19
19
20
-
This tutorial teaches you how to deploy MCP servers to multiple host platforms using environments as project isolation containers. You'll learn to maintain clean separation between different projects while efficiently deploying their servers to host applications like Claude Desktop, Cursor, and VS Code.
20
+
This tutorial teaches you how to deploy MCP servers to multiple host platforms using environments as project isolation containers. You'll learn to maintain clean separation between different projects while efficiently deploying their servers to host applications like Claude Desktop, Cursor, Kiro, and VS Code.
21
21
22
22
## Understanding Project Isolation with Environments
0 commit comments