Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 966 Bytes

File metadata and controls

43 lines (27 loc) · 966 Bytes

Docker Hub

This document describes how to install and run the DocSpace MCP server using the Docker image from Docker Hub.

Contents

Docker Image

Using the Docker image requires Docker to be installed on your system.

  1. Pull the latest DocSpace MCP server image from Docker Hub:
docker pull onlyoffice/docspace-mcp

To pull a specific version:

docker pull onlyoffice/docspace-mcp:<version>
  1. Run the Docker container:
docker run --interactive --rm onlyoffice/docspace-mcp

References