Skip to content

Conversation

LaelLuo
Copy link

@LaelLuo LaelLuo commented Sep 18, 2025

Add support for project-scoped MCP server configuration in .codex/config.toml. This allows users to configure different MCP servers per project without polluting global configuration.

Changes:

  • Add --project flag to codex mcp add/remove commands
  • Implement config merging where project configs override globals
  • Update documentation for new project-scoped configuration

This enables fine-grained MCP server management for different projects with different toolchain requirements.

Copy link

github-actions bot commented Sep 18, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@LaelLuo
Copy link
Author

LaelLuo commented Sep 18, 2025

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Sep 18, 2025
WHAT: Add project-scoped MCP server configuration support allowing .codex/config.toml in projects
WHY: Enable fine-grained configuration management per project, avoiding global config pollution and supporting project-specific toolchain requirements
HOW: Extend mcp command with --project flag; implement project config loading and merging logic; add CRUD operations for project-level configs; update documentation and README; validate functionality with unit tests
@LaelLuo LaelLuo force-pushed the feat/project-scoped-mcp-config branch from 1e8910b to 44695f0 Compare September 18, 2025 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant