Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XWIKI_URLYesInstance URL, for example https://wiki.example.org/xwiki. The path prefix matters: most installations serve XWiki under /xwiki. https is added when the scheme is missing.
XWIKI_WIKINoWiki name in the REST path. Only relevant on a multi-wiki farm; list_wikis reports the available names.xwiki
XWIKI_PASSWORDYesThe account's password.
XWIKI_USERNAMEYesXWiki login name.
XWIKI_TIMEOUT_MSNoPer-request timeout in milliseconds.15000
XWIKI_MAX_TEXT_CHARSNoCap on page content handed to the assistant.50000
XWIKI_MAX_RESPONSE_BYTESNoHard cap on a single response body.4194304

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_pagesA

Full-text search across page names, titles and content of the configured wiki. Returns each hit's pageRef, title, space and last-modified date. Pass a pageRef to get_page to read the page.

get_pageA

Read one page's content by its reference, for example 'Onboarding.Checklist' or 'Main.WebHome'. Get the reference from search_pages or list_pages_in_space; a bare page name without a space is not addressable. Long pages are truncated with an explicit marker.

list_spacesA

List the spaces of the configured wiki, with the reference to pass to list_pages_in_space. Use this to orient yourself before browsing.

list_pages_in_spaceA

List the pages directly inside one space. Nested spaces are not expanded; call this again with the nested space's reference to descend.

list_page_attachmentsA

List the files attached to one page, with name, size and MIME type. The file contents are not downloaded.

list_wikisA

List the wikis this account can see. Only relevant on a multi-wiki farm: if the wiki you want is not the configured one, set XWIKI_WIKI to its name and restart the server.

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/Nraitschew/xwiki-mcp'

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