-
Notifications
You must be signed in to change notification settings - Fork 1.8k
docs: update README with Codex CLI Context7 MCP installation fix #691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update README with Codex CLI Context7 MCP installation fix #691
Conversation
README.md
Outdated
| "stdio" | ||
| ] | ||
|
|
||
| [mcp_servers.context7.env] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what are these for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the settings for context7 in codex : config.toml
|
Hey @diverHansun thanks for the PR, could you put this below the existing Codex docs. this is only for windows right? you can mention that in the readme as well |
|
|
check please! |
|
I would also recommend adding the following step, since you are no longer using npx:
Edit: Found a better way without having to update it manually: This works for me with Codex 0.38.0 and Windows 11 Pro 24H2. |
|
hey @wbdb what is that startup_timeout_ms field? is that related to the context7 mcp server? this seems like a way cleaner setup tbh |
README.md
Outdated
| ] | ||
|
|
||
| [mcp_servers.context7.env] | ||
| CONTEXT7_MCP_URL = "https://mcp.context7.com/mcp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this isn't how we setup the the mcp url or the api key in our server, you should just add the api key as an argument and remove the mcp url
Codex CLI specific instruction (openai/codex#3006), as npx takes longer than 10 seconds to start up on Windows and may therefore fail. However, I and others also need the system ENV for it to work on my system. |
|
Oh thank you @wbdb What do you think @diverHansun could you update the pr to include @wbdb 's config if it works for you too? |
|
I tried @wbdb ‘s config,it also works. I've updated the pr and include this config. |
|
This looks good to me @diverHansun was there something else you wanted to update? If not I'm going to merge. Thank you so much for the contribution! |
|
Thanks @enesgules ! No further changes from my side, please go ahead and merge. 🙌 |

Summary
This PR updates the README to include installation instructions for running OpenAI Codex CLI with the Context7 MCP server on Windows 11.
Changes
<details>section with step-by-step installation instructions.config.tomlconfiguration.request timed outerror.Motivation
Several Windows 11 users reported issues when running the Codex CLI with Context7 MCP server.
This documentation update provides a tested fix to help users configure and run the CLI smoothly.
Related Issue
Fixes #575 #658