aix mcp disable

aix mcp disable

Disable an MCP server without removing it

Synopsis

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]

Examples

  # 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

Options

  -h, --help   help for disable

Options inherited from parent commands

      --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)

SEE ALSO

  • aix mcp - Manage MCP server configurations
Auto generated by spf13/cobra on 24-Jan-2026