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
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, Kiro, 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, Codex, 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, Kiro, LM Studio, and Google Gemini CLI
15
+
-**Multi-Host Deployment** — Configure MCP servers on multiple host platforms
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
@@ -25,6 +25,7 @@ Hatch supports deployment to the following MCP host platforms:
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
27
-**Kiro** — Kiro IDE with MCP support
28
+
-**Codex** — OpenAI Codex with MCP server configuration support
28
29
-**LM Studio** — Local LLM inference platform with MCP server integration
29
30
-**Google Gemini CLI** — Command-line interface for Google's Gemini model with MCP support
When configuring a server with fields not supported by the target host, those fields are marked as UNSUPPORTED in the report and automatically excluded from the configuration.
Copy file name to clipboardExpand all lines: docs/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Welcome to the documentation for Hatch, the official package manager for the Hat
6
6
7
7
Hatch provides powerful tools for managing MCP server packages, environments, and interacting with the Hatch registry. It serves as the package management foundation for [Hatchling](https://github.com/CrackingShells/Hatchling) and other projects in the ecosystem.
8
8
9
+
Hatch also supports MCP host configuration across popular platforms including Claude Desktop/Code, VS Code, Cursor, Kiro, Codex, LM Studio, and Gemini.
0 commit comments