Skip to content

Toggleable MCPs from project's config.toml #13075

@amit-mittal

Description

@amit-mittal

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?

  1. Put below in repo's .codex/config.toml
[mcp_servers.playwright]
args = ["@playwright/mcp@latest"]
command = "npx"
enabled = false
  1. Start Codex App
  2. Go to Settings > MCP servers
  3. In the Recommended servers section, there is no way to enable Playwright anymore

What is the expected behavior?

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    appIssues related to the Codex desktop appenhancementNew feature or requestmcpIssues related to the use of model context protocol (MCP) servers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions