Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OIDC_SCOPENoOIDC scopeopenid profile email
OIDC_OP_URLYesYour provider's issuer URL
DOCS_BASE_URLYesDocs host, e.g. https://docs.example.org
OIDC_AUDIENCENoonly for §3.4 B; else leave empty
OIDC_CLIENT_IDYesthe MCP client's id
DOCS_API_PREFIXNoAPI prefix/external_api/v1.0
OIDC_REDIRECT_URINoOIDC redirect URIhttp://127.0.0.1:8765/callback
OIDC_CLIENT_SECRETNoempty for public/PKCE; set for a confidential client

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_current_userA

Return the authenticated user (GET /users/me/).

list_documentsC

List documents accessible to the user.

get_documentC

Retrieve a single document's metadata.

get_childrenC

List child (sub-)documents of a document.

list_versionsC

List stored versions of a document.

list_trashbinA

List soft-deleted documents in the trashbin.

list_favoritesB

List favorited documents.

create_documentB

Create a document. content is the body (markdown/text per instance).

update_documentB

Update a document's title and/or content (PATCH).

delete_documentB

Soft-delete a document (moves to trashbin).

restore_documentB

Restore a soft-deleted document from the trashbin.

move_documentC

Move a document under another document.

add_favoriteC

Mark a document as favorite.

remove_favoriteC

Remove a document from favorites.

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/Bone2510/lasuite-docs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server