Title here
Summary here
Remove an MCP server configuration
Remove an MCP server configuration from one or more platforms.
By default, removes the server from all detected platforms where it is configured. Use the –platform flag to target specific platforms.
A confirmation prompt is shown before removal unless –force is specified.
aix mcp remove <name> [flags] # Remove MCP server from all platforms (with confirmation)
aix mcp remove github
# Remove MCP server without confirmation
aix mcp remove github --force
# Remove MCP server from a specific platform only
aix mcp remove github --platform claude
See Also:
aix mcp add - Add a new server
aix mcp list - List configured servers --force Skip confirmation prompt
-h, --help help for remove --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)