Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCMOST_URLYesThe URL of your Docmost instance (e.g., https://your-docmost-instance.com)
DOCMOST_AUTH_TOKENYesYour Docmost authentication token (found in the browser cookies as authToken)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
docmost_get_pageB

Get page information and content by ID or slug. Returns title, metadata, and full content.

docmost_list_pagesC

List pages in a space or under a parent page.

docmost_recent_pagesC

Get recently updated pages in a space.

docmost_create_pageC

Create a new page in Docmost.

docmost_update_pageC

Update an existing page's title or content.

docmost_delete_pageC

Delete a page from Docmost.

docmost_list_spacesB

List all spaces in the workspace.

docmost_get_spaceC

Get space information by ID or slug.

docmost_get_current_userB

Get information about the currently authenticated user.

docmost_list_membersC

List all members in the workspace.

docmost_list_commentsC

List comments on a page.

docmost_add_commentC

Add a comment to a page.

docmost_get_page_historyB

Get revision history of a page.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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