From 7f5e38c82f7dfe93e0ddc58bdb64e8a66345dbc9 Mon Sep 17 00:00:00 2001 From: Alessio Pelliccione Date: Wed, 5 Nov 2025 20:40:06 +0100 Subject: [PATCH 1/2] docs: add CODEX CLI installation --- src/sequentialthinking/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/sequentialthinking/README.md b/src/sequentialthinking/README.md index c3886a9b44..b6150d939a 100644 --- a/src/sequentialthinking/README.md +++ b/src/sequentialthinking/README.md @@ -132,6 +132,16 @@ For Docker installation: } ``` +### Usage with Codex CLI + +Run the following: + +#### npx + +```bash +codex mcp add sequential-thinking -- npx -y @modelcontextprotocol/server-sequential-thinking +``` + ## Building Docker: From 802fc50904709d5927e7ce83936a694bed63fc7d Mon Sep 17 00:00:00 2001 From: Alessio Pelliccione <66967361+alessiopelliccione@users.noreply.github.com> Date: Sat, 8 Nov 2025 16:18:50 +0100 Subject: [PATCH 2/2] fix: command syntax in README for npx usage --- src/sequentialthinking/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sequentialthinking/README.md b/src/sequentialthinking/README.md index b6150d939a..3a942d11fd 100644 --- a/src/sequentialthinking/README.md +++ b/src/sequentialthinking/README.md @@ -139,7 +139,7 @@ Run the following: #### npx ```bash -codex mcp add sequential-thinking -- npx -y @modelcontextprotocol/server-sequential-thinking +codex mcp add sequential-thinking npx -y @modelcontextprotocol/server-sequential-thinking ``` ## Building