-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Open
Labels
appIssues related to the Codex desktop appIssues related to the Codex desktop appenhancementNew feature or requestNew feature or requestmcpIssues related to the use of model context protocol (MCP) serversIssues related to the use of model context protocol (MCP) servers
Description
What version of the Codex App are you using (From “About Codex” dialog)?
26.227.1448 (747)
What subscription do you have?
Enterprise
What platform is your computer?
MacOS
What issue are you seeing?
Settings > MCP Servers section now support toggleable MCPs dynamically during the session. That configuration get picked up from ~/.codex/config.toml, but if my repo's config.toml has MCP servers disabled, there is no way to toggle enable it.
I want some way that I can configure the MCP servers for my repo that the user can enable/disable as per the need from "Add Context".
What steps can reproduce the bug?
- Put below in repo's
.codex/config.toml
[mcp_servers.playwright]
args = ["@playwright/mcp@latest"]
command = "npx"
enabled = false
- Start Codex App
- Go to Settings > MCP servers
- In the Recommended servers section, there is no way to enable
Playwrightanymore
What is the expected behavior?
No response
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
appIssues related to the Codex desktop appIssues related to the Codex desktop appenhancementNew feature or requestNew feature or requestmcpIssues related to the use of model context protocol (MCP) serversIssues related to the use of model context protocol (MCP) servers