Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/use-these-docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 globally:
Copy link
Collaborator

@mdrxy mdrxy Oct 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a local (project) scope option like Claude Code?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not yet, see openai/codex#2628

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

das crazy


```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:
Expand Down