Title here
Summary here
Disable an MCP server without removing it
Disable an MCP server without removing its configuration.
The server will remain in the config but won’t be loaded by the AI coding assistant. Use ‘aix mcp enable’ to re-enable it later.
aix mcp disable <name> [flags] # Disable on all platforms
aix mcp disable github
# Disable on specific platform
aix mcp disable github --platform=opencode
See Also:
aix mcp enable - Enable a server
aix mcp list - List configured servers -h, --help help for disable --log-file string write logs to file in JSON format
--log-format string log format: text, json (default "text")
-p, --platform strings target platform(s): claude, opencode (default: all detected)
-q, --quiet suppress non-error output
-v, --verbose count increase verbosity level (e.g., -v, -vv)