Title here
Summary here
Enable a disabled MCP server
Enable a previously disabled MCP server.
The server will become active and available to the AI coding assistant.
aix mcp enable <name> [flags] # Enable on all platforms
aix mcp enable github
# Enable on specific platform
aix mcp enable github --platform=claude
See Also:
aix mcp disable - Disable a server
aix mcp list - List configured servers -h, --help help for enable --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)