MCP Server for Docmost - Document Management Platform
Project description
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)
uvx mcp-docmost
Using pip
pip install mcp-docmost
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:
{
"mcpServers": {
"docmost": {
"command": "uvx",
"args": ["mcp-docmost"],
"env": {
"DOCMOST_URL": "https://your-docmost-instance.com",
"DOCMOST_AUTH_TOKEN": "your-auth-token"
}
}
}
}
Available Tools
Page Operations
| Tool | Description |
|---|---|
docmost_get_page |
Get page info and content by ID or slug |
docmost_search_pages |
Search pages by query text |
docmost_list_pages |
List pages in a space or under parent |
docmost_create_page |
Create a new page |
docmost_update_page |
Update page title or content |
docmost_delete_page |
Delete a page |
Space Operations
| Tool | Description |
|---|---|
docmost_list_spaces |
List all spaces in workspace |
docmost_get_space |
Get space info by ID or slug |
docmost_create_space |
Create a new space |
Comment Operations
| Tool | Description |
|---|---|
docmost_list_comments |
List comments on a page |
docmost_add_comment |
Add a comment to a page |
User Operations
| Tool | Description |
|---|---|
docmost_get_current_user |
Get current authenticated user |
docmost_list_members |
List workspace members |
History & Export
| Tool | Description |
|---|---|
docmost_get_page_history |
Get page revision history |
docmost_export_page |
Export page (markdown/html/pdf) |
Example Usage
User: Search for pages about "AI gợi ý"
Assistant: [calls docmost_search_pages with query="AI gợi ý"]
User: Get the content of page yQQmTbt8it
Assistant: [calls docmost_get_page with page_id="yQQmTbt8it"]
User: List all spaces
Assistant: [calls docmost_list_spaces]
Development
# Install dependencies
cd mcp-docmost
uv sync
# Run server directly
uv run python -m mcp_docmost.server
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mcp_docmost-0.1.0.tar.gz
(53.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_docmost-0.1.0.tar.gz.
File metadata
- Download URL: mcp_docmost-0.1.0.tar.gz
- Upload date:
- Size: 53.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8650cc5e80a258bcd51cb78ea893dca3943691b196c60c1b391fc182775e756
|
|
| MD5 |
a99659782d15f180e1e4f2f1240ea927
|
|
| BLAKE2b-256 |
8dd1608962961688eef3607efbe4d0cc54b2fa8599dc8db60b9bd5e571c25a7c
|
File details
Details for the file mcp_docmost-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mcp_docmost-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d518cc56b20f0d8f878eb85d6ea3ce34940fb203d343564826599186c8dab09b
|
|
| MD5 |
7291055a6e3b2e27f1ca1fd4a8a452c5
|
|
| BLAKE2b-256 |
f770b6bc3986c2cbe5f52ca2e3e7880fa076d1dbc8e3aa6cf4aa9c651d00597d
|