Documentation Index
Fetch the complete documentation index at: https://mintlify.com/davidpastorvicente/mcpx-cli/llms.txt
Use this file to discover all available pages before exploring further.
mcpx list and mcpx status are read-only inspection commands — they never modify any file. Use them to get a quick overview of what is configured and whether everything is up to date before or after making changes.
mcpx list
mcpx list displays every MCP server defined in your canonical config along with its transport type, command or URL, and disabled status.
Output
Each server is shown with its name (bold), transport in parentheses, a[disabled] label when applicable, and the full command line or URL on the line below. After the server list, the names of all configured providers are printed.
.agents/mcp.json exists, MCPX prints a warning and directs you to run mcpx init. If the config file exists but has no servers, MCPX reports that no MCP servers are configured.
mcpx status
mcpx status compares each generated provider config file on disk against what MCPX would produce from the current canonical config, and reports whether each file is in sync.
Output
Each provider is shown with its display name, config file path, and a colored status indicator. A summary line is printed afterwards.Status meanings
| Status | Color | Meaning |
|---|---|---|
sync | Green | The provider config file exists and its content exactly matches what MCPX would generate. No action needed. |
desync | Yellow | The provider config file exists but its content differs from the expected output. Run mcpx sync to bring it up to date. |
missing | Red | The provider config file does not exist at all. Run mcpx sync to create it. |
All providers are synchronized. instead of the warning. If any provider is desync or missing, the warning directs you to run mcpx sync.