From fcb451ad62428b926531ff707e5462fd9f3cb838 Mon Sep 17 00:00:00 2001 From: Alessio Pelliccione <66967361+alessiopelliccione@users.noreply.github.com> Date: Tue, 25 Nov 2025 21:37:55 +0100 Subject: [PATCH] docs: add CODEX CLI installation for sequential-thinking (#2956) * docs: add CODEX CLI installation * fix: command syntax in README for npx usage --- src/sequentialthinking/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/sequentialthinking/README.md b/src/sequentialthinking/README.md index c3886a9b..3a942d11 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: