Allows exporting collaborative documentation pages from Docmost into Markdown format, facilitating the portability of workspace content.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-docmostsearch for pages about our product roadmap"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Docmost Server
Model Context Protocol (MCP) server for Docmost - an open-source collaborative documentation platform.
Features
Pages: Get, search, list, create, update, delete pages
Spaces: List, get, create spaces
Comments: List and add comments on pages
Users: Get current user, list workspace members
History: View page revision history
Export: Export pages to markdown, HTML, or PDF
Installation
Using uvx (Recommended)
Using pip
Configuration
Getting Auth Token
Login to Docmost in your browser
Open Developer Tools (F12) → Application → Cookies
Copy the
authTokencookie value
Add to Kiro MCP Config
Add to .kiro/settings/mcp.json:
Available Tools
Page Operations
Tool | Description |
| Get page info and content by ID or slug |
| Search pages by query text |
| List pages in a space or under parent |
| Create a new page |
| Update page title or content |
| Delete a page |
Space Operations
Tool | Description |
| List all spaces in workspace |
| Get space info by ID or slug |
| Create a new space |
Comment Operations
Tool | Description |
| List comments on a page |
| Add a comment to a page |
User Operations
Tool | Description |
| Get current authenticated user |
| List workspace members |
History & Export
Tool | Description |
| Get page revision history |
| Export page (markdown/html/pdf) |
Example Usage
Development
License
MIT
This server cannot be installed