xwiki-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XWIKI_URL | Yes | Instance 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_WIKI | No | Wiki name in the REST path. Only relevant on a multi-wiki farm; list_wikis reports the available names. | xwiki |
| XWIKI_PASSWORD | Yes | The account's password. | |
| XWIKI_USERNAME | Yes | XWiki login name. | |
| XWIKI_TIMEOUT_MS | No | Per-request timeout in milliseconds. | 15000 |
| XWIKI_MAX_TEXT_CHARS | No | Cap on page content handed to the assistant. | 50000 |
| XWIKI_MAX_RESPONSE_BYTES | No | Hard 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/Nraitschew/xwiki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server