Skip to content

Commit 588def6

Browse files
author
LittleCoinCoin
committed
docs(codex): update to mention support for Codex
1 parent a7cf3da commit 588def6

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
## Introduction
66

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.
88

99
The canonical documentation is at `docs/index.md` and published at <https://hatch.readthedocs.io/en/latest/>.
1010

1111
## Key Features
1212

1313
- **Environment Isolation** — Create separate, isolated workspaces for different projects without conflicts
1414
- **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
1616
- **Package Validation** — Ensure packages meet schema requirements before distribution
1717
- **Development-Focused** — Optimized for rapid development and testing of MCP server ecosystems
1818

@@ -25,6 +25,7 @@ Hatch supports deployment to the following MCP host platforms:
2525
- **VS Code** — Visual Studio Code with the MCP extension for tool integration
2626
- **Cursor** — AI-first code editor with built-in MCP server support
2727
- **Kiro** — Kiro IDE with MCP support
28+
- **Codex** — OpenAI Codex with MCP server configuration support
2829
- **LM Studio** — Local LLM inference platform with MCP server integration
2930
- **Google Gemini CLI** — Command-line interface for Google's Gemini model with MCP support
3031

docs/articles/users/CLIReference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ Different MCP hosts support different configuration fields. The conversion repor
592592
- **Cursor / LM Studio**: Supports universal fields + envFile
593593
- **VS Code**: Supports universal fields + envFile, inputs
594594
- **Gemini CLI**: Supports universal fields + 14 additional fields (cwd, timeout, trust, OAuth settings, etc.)
595+
- **Codex**: Supports universal fields + Codex-specific fields for URL-based servers (http_headers, env_http_headers, bearer_token_env_var, enabled, startup_timeout_sec, tool_timeout_sec, env_vars)
595596

596597
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.
597598

docs/articles/users/MCPHostConfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Hatch currently supports configuration for these MCP host platforms:
2020
- **VS Code** - Microsoft Visual Studio Code with MCP extensions
2121
- **Cursor** - AI-powered code editor
2222
- **Kiro** - Kiro IDE with MCP support
23+
- **Codex** - OpenAI Codex with MCP server configuration support
2324
- **LM Studio** - Local language model interface
2425
- **Gemini** - Google's AI development environment
2526

docs/articles/users/tutorials/04-mcp-host-configuration/01-host-platform-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Hatch currently supports configuration for these MCP host platforms:
5454
- [**Cursor**](https://cursor.com/) - AI-powered code editor
5555
- [**VS Code**](https://code.visualstudio.com/) - Microsoft Visual Studio Code
5656
- [**Kiro**](https://kiro.ai/) - Kiro IDE with MCP support
57+
- [**Codex**](https://github.com/openai/codex) - OpenAI Codex with MCP server configuration support
5758
- [**LM Studio**](https://lmstudio.ai/) - Local language model interface
5859
- [**Gemini**](https://github.com/google-gemini/gemini-cli) - Google's AI Command Line Interface
5960

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Welcome to the documentation for Hatch, the official package manager for the Hat
66

77
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.
88

9+
Hatch also supports MCP host configuration across popular platforms including Claude Desktop/Code, VS Code, Cursor, Kiro, Codex, LM Studio, and Gemini.
10+
911
## Documentation Sections
1012

1113
### For Users

0 commit comments

Comments
 (0)