aix mcp

aix mcp

Manage MCP server configurations

Synopsis

Manage Model Context Protocol (MCP) server configurations across platforms.

MCP servers extend AI coding assistants with additional tools and capabilities. This command group allows you to add, remove, list, and manage MCP server configurations in Claude Code, OpenCode, and other supported platforms.

aix mcp [flags]

Examples

  # Add a local MCP server
  aix mcp add github npx -y @modelcontextprotocol/server-github

  # Add a remote SSE server
  aix mcp add api-gateway --url=https://api.example.com/mcp

  # List all configured MCP servers
  aix mcp list

  # Show details of an MCP server
  aix mcp show github

  See Also:
    aix mcp add      - Add a new MCP server
    aix mcp list     - List configured servers
    aix mcp show     - Show server details
    aix mcp remove   - Remove a server
    aix mcp enable   - Enable a server
    aix mcp disable  - Disable a server

Options

  -h, --help   help for mcp

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

Auto generated by spf13/cobra on 24-Jan-2026