Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.61 KB

File metadata and controls

46 lines (31 loc) · 1.61 KB

Docker MCP

This document describes how to install and run the DocSpace MCP server using Docker's MCP Catalog and Toolkit.

Contents

Docker MCP Server

Using the Docker MCP Toolkit requires Docker Desktop to be installed on your system and the Docker MCP Toolkit to be enabled. See the Enable Docker MCP Toolkit guide for how to enable the Docker MCP Toolkit.

  1. Install the DocSpace MCP server through the Docker Desktop interface using the Install an MCP Server guide, or by using the Docker CLI:
docker mcp server enable onlyoffice-docspace
  1. Connect the DocSpace MCP server to an MCP client through the Docker Desktop interface using the Install an MCP Client guide, or by using the Docker CLI:
docker mcp client connect --global <client>

References