From 4bf06800ff2fdabc944c476e58f15fc97c0eecef Mon Sep 17 00:00:00 2001 From: Tom Han <103209542+tom21100227@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:05:07 -0700 Subject: [PATCH 1/2] Add Codex CLI connection instructions Added instructions for connecting with OpenAI Codex CLI. --- src/use-these-docs.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/use-these-docs.mdx b/src/use-these-docs.mdx index d157c0dab9..e954f509d4 100644 --- a/src/use-these-docs.mdx +++ b/src/use-these-docs.mdx @@ -59,6 +59,14 @@ claude mcp add --transport http docs-langchain https://docs.langchain.com/mcp 2. Go to Settings > Connectors 3. Add our MCP server URL: `https://docs.langchain.com/mcp` +### Connect with Codex CLI + +If you're using OpenAI Codex CLI, run this command in your terminal to add the server gloablly: + +```sh +codex mcp add langchain-docs --url https://docs.langchain.com/mcp +``` + ### Connect with Cursor or VS Code Add the following to your MCP settings configuration file: From 56d1d9ab758ce72dbdfff1fb263a40b57f6fe1f1 Mon Sep 17 00:00:00 2001 From: Tom Han <103209542+tom21100227@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:08:25 -0700 Subject: [PATCH 2/2] Update src/use-these-docs.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/use-these-docs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/use-these-docs.mdx b/src/use-these-docs.mdx index e954f509d4..53674604b8 100644 --- a/src/use-these-docs.mdx +++ b/src/use-these-docs.mdx @@ -61,7 +61,7 @@ claude mcp add --transport http docs-langchain https://docs.langchain.com/mcp ### Connect with Codex CLI -If you're using OpenAI Codex CLI, run this command in your terminal to add the server gloablly: +If you're using OpenAI Codex CLI, run this command in your terminal to add the server globally: ```sh codex mcp add langchain-docs --url https://docs.langchain.com/mcp