See which MCP config files exist on your system and where they are:
mcpconfig list-clients
You get one line per config: app name, ✓ or ✗ (found or not), and the full path when found.To see every known config location (including ones that don’t exist yet):
See every MCP server from every found JSON config and Codex TOML in one table:
mcpconfig list-servers
The table shows APP, SERVER, COMMAND, and ARGS.To add a new MCP server to one or more configs interactively:
mcpconfig add-server
You select which apps to write to (↑/↓ move, Space toggle, Enter continue), then enter server name, command, and args. The server is written to every selected config (JSON or Codex TOML).