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)

Tools

Functions exposed to the LLM to take actions

NameDescription
docmost_get_page

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

docmost_list_pages

List pages in a space or under a parent page.

docmost_recent_pages

Get recently updated pages in a space.

docmost_create_page

Create a new page in Docmost.

docmost_update_page

Update an existing page's title or content.

docmost_delete_page

Delete a page from Docmost.

docmost_list_spaces

List all spaces in the workspace.

docmost_get_space

Get space information by ID or slug.

docmost_get_current_user

Get information about the currently authenticated user.

docmost_list_members

List all members in the workspace.

docmost_list_comments

List comments on a page.

docmost_add_comment

Add a comment to a page.

docmost_get_page_history

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