Skip to content

Commit 9a31ef5

Browse files
tom21100227Copilot
andauthored
Add Codex CLI connection instructions (#1171)
Added instructions for connecting with OpenAI Codex CLI. ## Overview Added instruction for connecting MCP with Codex CLI ## Type of change **Type:** Update existing documentation ## Related issues/PRs NA <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dec7fcc commit 9a31ef5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/use-these-docs.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ claude mcp add --transport http docs-langchain https://docs.langchain.com/mcp
5959
2. Go to Settings > Connectors
6060
3. Add our MCP server URL: `https://docs.langchain.com/mcp`
6161

62+
### Connect with Codex CLI
63+
64+
If you're using OpenAI Codex CLI, run this command in your terminal to add the server globally:
65+
66+
```sh
67+
codex mcp add langchain-docs --url https://docs.langchain.com/mcp
68+
```
69+
6270
### Connect with Cursor or VS Code
6371

6472
Add the following to your MCP settings configuration file:

0 commit comments

Comments
 (0)