Skip to main content

Images

Introduction

This page allows you to view, add and manage images for MCP servers and Interceptors container deployments within the DIAL system.

Main Screen

On the main screen, you can see all the available and add new images for MCP Servers and Interceptors.

Images Grid
ColumnDescription
IDUnique identifier of the image.
VersionVersion of the image.
NameName of the image.
DescriptionBrief description of the image.
TypeType of the image (MCP or Interceptor).
SourceImage or a Source code.
StatusCurrent status of the image.
Update timeDate and time when the image was last updated.
Create timeDate and time when the image was created.
TopicsList of topics associated with the image.
Transport typeTransport type used by the MCP image:
- Remote (HTTP/SSE)
- Local (STDIO).
ActionsButtons to manage the selected image:
- Delete: click to remove the image.
- Duplicate: click to create a copy of the image.
- Open in a new tab: click to open image properties in a new tab in your browser.

Add Image

On the main screen, you can add new images for MCP Servers and Interceptors.

To add a new image
  1. Click the +Add button on the main screen to open the Adding Image form.
  2. Populate the required fields and click Add to add the image.
FieldRequiredDescription
NameYesName of the image.
DescriptionNoBrief description of the image.
VersionYesVersion of the image.
TypeYesType of the image (MCP or Interceptor).
Source typeConditionalNote: Required for MCP type.
The source type of the Docker image:
- Docker Image
- Source Code
Docker image URIConditionalURI of the Docker image.
Applies to both MCP (if Source type = Docker image) and Interceptor types.
Source code repository parametersConditionalApplies if Type = MCP Image and Source type = Source code .
- Repo URL: a source code repository URL. Required
- Branch name: the name of the branch in the source code repository.
- SHA: the SHA in the source code repository.

Configuration Screen

Click any image from the main screen to open its configuration screen.

On the configuration screen, you can view and edit the selected image settings.

Actions

In the header of the Configuration screen, you can find the following action buttons:

ActionDescription
VersionClick to create a new image version or display configuration of a selected version.
Create Interceptor/MCP ContainerEnabled for the installed images.
Click to create a new MCP or Interceptor container based on the selected image.
InstallEnabled for not installed images.
Click to install the selected version of an image.
DeleteClick to delete the selected image.

Properties

In the Properties tab, you can preview and modify selected image's basic properties.

FieldRequiredEditableDescription
ID-NoUnique identifier of the image.
Type-NoType of the image (MCP or Interceptor).
Creation Time-NoDate and time when the image was created.
Updated Time-NoDate and time when the image was last updated.
Source type-NoSource type of the Docker image:
- Docker Image
- Source Code
Status-NoCurrent status of the image.
NameYesYesName of the image.
DescriptionNoYesBrief description of the image.
MaintainerNoYesThe maintainer of the image.
TopicsNoYesList of topics associated with the image.
Source typeConditionalYesNote: Required for MCP type of image.
The source type of the Docker image:
- Docker Image
- Source Code
Docker image URIConditionalYesURI of the Docker image.
Applies to both MCP (if Source type = Docker image) and Interceptor types.
Source code repository parametersConditionalYesApplies if Type = MCP Image and Source type = Source code .
- Repo URL (required): a source code repository URL.
- Branch name: the name of the branch in the source code repository.
- SHA: the SHA in the source code repository.
- Base directory: the directory path with the Docker file.
MCP transport typeConditionalYesApplies only to MCP type of image.
The transport type used by the MCP image:
- Remote (HTTP/SSE)
- Local (STDIO).

Advanced users with technical expertise can work with image properties in the table or a JSON editor view modes. It is useful for advanced scenarios of bulk updates, copy/paste between environments, or tweaking settings not exposed on UI.

Build log

This tab is enabled for installed images.

The Build Log tab displays the complete output generated during the image build process. Here you can view the step-by-step execution of build instructions, including command outputs, warnings, and errors that occurred during image creation.

This tab is enabled for installed images.

The Related Containers tab displays all MCP or Interceptor containers related to the selected version of the image.