docspace-mcp
Model Context Protocol (MCP) is a standardized protocol for managing context between large language models (LLMs) and external systems. This repository provides an MCP server for ONLYOFFICE DocSpace.
Warning
This DocSpace MCP server is currently in preview state. While functional, it may undergo breaking changes, have incomplete features, or contain bugs. Use with caution in production environments and expect potential updates that could affect compatibility.
{
"mcpServers": {
"onlyoffice-docspace": {
"command": "docker",
"args": ["run", "onlyoffice/docspace-mcp", "--interactive", "--rm", "--env", "DOCSPACE_BASE_URL", "--env", "DOCSPACE_API_KEY"],
"env": {
"DOCSPACE_BASE_URL": "https://your-instance.onlyoffice.com",
"DOCSPACE_API_KEY": "your-api-key"
}
}
}
}
The documentation is available in the docs directory.
The DocSpace MCP server is distributed under the Apache-2.0 license found in the LICENSE file.
Content type
Image
Digest
sha256:1c4371fd4…
Size
53.9 MB
Last updated
4 months ago
docker pull onlyoffice/docspace-mcpPulls:
1,864
Last week