loading…
Search for a command to run...
loading…
An MCP server for the Docmost documentation platform that enables managing pages, spaces, and comments through natural language. It supports content search, pag
An MCP server for the Docmost documentation platform that enables managing pages, spaces, and comments through natural language. It supports content search, page exports, and revision history tracking within the Docmost workspace.
Model Context Protocol (MCP) server for Docmost - an open-source collaborative documentation platform.
uvx mcp-docmost
pip install mcp-docmost
authToken cookie valueAdd 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-here"
}
}
}
}
| 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 |
| 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 |
| Tool | Description |
|---|---|
docmost_list_comments |
List comments on a page |
docmost_add_comment |
Add a comment to a page |
| Tool | Description |
|---|---|
docmost_get_current_user |
Get current authenticated user |
docmost_list_members |
List workspace members |
| Tool | Description |
|---|---|
docmost_get_page_history |
Get page revision history |
docmost_export_page |
Export page (markdown/html/pdf) |
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]
# Install dependencies
cd mcp-docmost
uv sync
# Run server directly
uv run python -m mcp_docmost.server
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-docmost": {
"command": "npx",
"args": []
}
}
}