-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What feature would you like to see?
Some MCP servers take several seconds to start. If there’s an error, Codex waits 60s before timing out.
This makes the CLI startup feel slow (though I can start typing immediately). That's a little distracting when we're not using those MCPs in that session.
Could MCPs be:
- Loaded on demand when first invoked in a conversation?
- Loaded explicitly via a command-line option (e.g.
--with-mcp=playwright,github
) - Loaded explicitly in-session slash command (e.g.
/mcp load playwright
).
That'd keep startup fast and let us use MCPs when needed.
Are you interested in implementing this feature?
Yes, I'd love to!
Additional information
It's great that Codex is lightweight - interface and feature-wise. I'd love to keep it that way. Happy to understand alternative approaches.
smat-dev, MiguelRipoll23, whoiskjl and Peredery
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request