Skip to main content

Enabling the AtScale MCP Server

To get started with AtScale's MCP Server, you must first enable it in your values override file:

  1. Add the following to your values override file:

    atscale-mcp:
    enabled: true
  2. Run the following to apply your changes:

    helm upgrade --install atscale oci://docker.io/atscaleinc/atscale --version <version> -f <override_file> -n <atscale_namespace>

    Where:

    • <version> is the version of AtScale you're currently on or want to upgrade to.
    • <override_file> is the path to your values override file.
    • <atscale_namespace> is the namespace in which AtScale is installed.

Next steps