diff --git a/src/everything/README.md b/src/everything/README.md index 34a948a2fe..9100dd7328 100644 --- a/src/everything/README.md +++ b/src/everything/README.md @@ -93,6 +93,12 @@ On Windows, use: } ``` +### 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 c099da1e8c..bb85b80c90 100644 --- a/src/filesystem/README.md +++ b/src/filesystem/README.md @@ -347,6 +347,12 @@ On Windows, use: } ``` +### 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 c9ec3140be..594bfb7fb9 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 fdb8c4613e..46b9b7fa91 100644 --- a/src/memory/README.md +++ b/src/memory/README.md @@ -325,6 +325,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 51107f51de..0183ae017f 100644 --- a/src/time/README.md +++ b/src/time/README.md @@ -263,6 +263,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)