-
Notifications
You must be signed in to change notification settings - Fork 13.3k
CLI+App: /mcp does not show project-scoped mcp servers #23874
Copy link
Copy link
Closed
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayappIssues related to the Codex desktop appIssues related to the Codex desktop appbugSomething isn't workingSomething isn't workingconfigIssues involving config.toml, config keys, config merging, or config updatesIssues involving config.toml, config keys, config merging, or config updatesmcpIssues related to the use of model context protocol (MCP) serversIssues related to the use of model context protocol (MCP) servers
Metadata
Metadata
Assignees
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayappIssues related to the Codex desktop appIssues related to the Codex desktop appbugSomething isn't workingSomething isn't workingconfigIssues involving config.toml, config keys, config merging, or config updatesIssues involving config.toml, config keys, config merging, or config updatesmcpIssues related to the use of model context protocol (MCP) serversIssues related to the use of model context protocol (MCP) servers
Type
Fields
Give feedbackNo fields configured for issues without a type.
What version of the Codex App are you using (From “About Codex” dialog)?
Version 26.513.31313 (2867)
What subscription do you have?
Pro
What platform is your computer?
Darwin 25.4.0 arm64 arm
What issue are you seeing?
The
/mcpcommand in both Codex App and CLI do not show project-scoped (.codex/config.toml) mcp servers. They only show global mcp servers.What steps can reproduce the bug?
Add an mcp server to a project's
.codex/config.tomlfile. Open codex and run the/mcpcommand. The project-scoped server will not show in the list of servers. However, the agent can invoke the mcp server if you tell it to.What is the expected behavior?
Project-scoped mcp servers should show up in the
/mcplist of mcp servers.Additional information
No response