Agent skill
sync-mcp
Sync MCP servers from .mcp.json (source of truth) into Codex user config (~/.codex/config.toml). Claude Code picks up .mcp.json natively so no action needed there.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/sync-mcp
SKILL.md
Sync MCP Servers
Run the sync script to install MCP servers from .mcp.json into the Codex user config:
python3 .claude/skills/sync-mcp/sync.py
After running, report which servers were synced and confirm both targets are up to date:
.mcp.json— Claude Code (project-level, already the source file)~/.codex/config.toml— Codex (user-level, merged by the script)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?