docmost-mcp-local
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCMOST_BASE_URL | No | The base URL of your Docmost instance, e.g. https://docs.example.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workspace_membersA | List Docmost workspace members visible to the current user. |
| update_pageA | Update an existing Docmost page's title and/or Markdown content. |
| get_current_userA | Fetch the current Docmost user and workspace context. |
| list_child_pagesB | List child pages for a Docmost page ID. |
| create_commentA | Add a page-level comment to a Docmost page, written in Markdown. |
| search_pagesA | Search Docmost pages and optionally filter results by a space ID from list_spaces. |
| get_spaceA | Fetch Docmost space details by space ID, including membership context for the current user. |
| list_spacesA | List all available documentation spaces in Docmost, including names, slugs, and IDs. |
| search_docsA | Search Docmost documentation and optionally filter results by a space ID from list_spaces. |
| copy_page_to_spaceA | Copy a Docmost page (with its sub-pages) into a different space. |
| list_pagesB | List recent Docmost pages in a space by space ID. |
| update_spaceA | Update a Docmost space's name, slug, and/or description. |
| duplicate_pageA | Duplicate a Docmost page (with its sub-pages) within its space. |
| create_pageA | Create a new Docmost page in a space from Markdown content. |
| get_pageA | Fetch a Docmost page by slug ID and return its content as Markdown. |
| get_commentsB | List Docmost comments for a page ID. |
| move_page_to_spaceB | Move a Docmost page (with its sub-pages) to a different space. |
| move_pageA | Move a Docmost page under a new parent page, or to the space root. The page is appended after the target parent's existing children. |
| create_spaceB | Create a new Docmost space with a name and URL slug. |
| update_commentA | Replace an existing Docmost comment's body with new Markdown content. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/wisflux/docmost-local-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server