From 1e54bdebb0dd11f8391f0a7c54abae857050e943 Mon Sep 17 00:00:00 2001 From: Piyush Tripathi Date: Wed, 28 Jan 2026 10:10:36 -0800 Subject: [PATCH] docs: add Codex CLI usage instructions to reference servers Add 'Usage with Codex CLI' section to the following servers: - everything - fetch - filesystem - git - memory - time This aligns these servers with sequentialthinking which already had Codex CLI documentation, providing consistent installation instructions across all reference servers. --- src/everything/README.md | 6 ++++++ src/fetch/README.md | 6 ++++++ src/filesystem/README.md | 6 ++++++ src/git/README.md | 6 ++++++ src/memory/README.md | 6 ++++++ src/time/README.md | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/src/everything/README.md b/src/everything/README.md index 8109e4449f..62e3ca9071 100644 --- a/src/everything/README.md +++ b/src/everything/README.md @@ -62,6 +62,12 @@ Alternatively, you can add the configuration to a file called `.vscode/mcp.json` } ``` +### Usage with Codex CLI + +```bash +codex mcp add everything -- npx -y @modelcontextprotocol/server-everything +``` + ## Running from source with [HTTP+SSE Transport](https://modelcontextprotocol.io/specification/2024-11-05/basic/transports#http-with-sse) (deprecated as of [2025-03-26](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports)) ```shell diff --git a/src/fetch/README.md b/src/fetch/README.md index 2c3e048927..088c3af3e2 100644 --- a/src/fetch/README.md +++ b/src/fetch/README.md @@ -212,6 +212,12 @@ If you're experiencing timeout issues on Windows, you may need to set the `PYTHO This addresses character encoding issues that can cause the server to timeout on Windows systems. +### Usage with Codex CLI + +```bash +codex mcp add fetch -- uvx mcp-server-fetch +``` + ## Debugging You can use the MCP inspector to debug the server. For uvx installations: diff --git a/src/filesystem/README.md b/src/filesystem/README.md index e9ddc2b1e2..70c05a0ffd 100644 --- a/src/filesystem/README.md +++ b/src/filesystem/README.md @@ -308,6 +308,12 @@ Note: all directories must be mounted to `/projects` by default. } ``` +### Usage with Codex CLI + +```bash +codex mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem $HOME/Desktop +``` + ## Build Docker build: diff --git a/src/git/README.md b/src/git/README.md index cdc77daa1b..601a3462d6 100644 --- a/src/git/README.md +++ b/src/git/README.md @@ -266,6 +266,12 @@ Add to your Zed settings.json: ``` +### Usage with Codex CLI + +```bash +codex mcp add git -- uvx mcp-server-git +``` + ## Debugging You can use the MCP inspector to debug the server. For uvx installations: diff --git a/src/memory/README.md b/src/memory/README.md index dcc8116156..40ed7700ab 100644 --- a/src/memory/README.md +++ b/src/memory/README.md @@ -268,6 +268,12 @@ Follow these steps for each interaction: c) Store facts about them as observations ``` +### Usage with Codex CLI + +```bash +codex mcp add memory -- npx -y @modelcontextprotocol/server-memory +``` + ## Building Docker: diff --git a/src/time/README.md b/src/time/README.md index 93d6fcab89..bc3b44334d 100644 --- a/src/time/README.md +++ b/src/time/README.md @@ -259,6 +259,12 @@ cd path/to/servers/src/time npx @modelcontextprotocol/inspector uv run mcp-server-time ``` +### Usage with Codex CLI + +```bash +codex mcp add time -- uvx mcp-server-time +``` + ## Examples of Questions for Claude 1. "What time is it now?" (will use system timezone)