mcp-docmost
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
Related MCP server: MCP Atlassian
Installation
Using uvx (Recommended)
uvx mcp-docmostUsing pip
pip install mcp-docmostConfiguration
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-here"
}
}
}
}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
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.serverLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceAn MCP server that enables searching and retrieving content from Confluence documentation systems, providing capabilities for both document searches and full page content retrieval.21
- AlicenseNot gradedqualityCmaintenanceAn MCP server that integrates with Jira and Confluence to enable AI-powered issue management, content search, and document creation. It supports both Cloud and on-premise deployments, allowing users to automate workspace tasks through natural language.MIT
- AlicenseAqualityDmaintenanceAn MCP server that serves documentation and enables AI-powered search, Q\&A, and document analysis for developer tools and guides.54MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Confluence Cloud that enables searching, reading, managing documentation and linting for best practices.379MIT
Related MCP Connectors
MCP server for skill documentation, generated by doc2mcp.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for doc2mcp documentation, generated by doc2mcp.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyborgx0x/mcp-docmost'
If you have feedback or need assistance with the MCP directory API, please join our Discord server