Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WIKI_BASE_URLYesBase Wiki.js URL (for example, https://wiki.example.com).
WIKI_API_TOKENYesWiki.js API key JWT used in Authorization: Bearer ...
WIKI_GRAPHQL_PATHNoGraphQL endpoint path appended to WIKI_BASE_URL./graphql
WIKI_DEFAULT_EDITORNoDefault editor used for page creation when not specified.markdown
WIKI_DEFAULT_LOCALENoDefault locale used when tool input does not provide locale.en
WIKI_HTTP_TIMEOUT_MSNoHTTP request timeout in milliseconds (including body reads). Minimum 1.15000
WIKI_HTTP_MAX_RETRIESNoMax retries for transient read failures (408, 502-504). Mutations are never retried. Minimum 0.2
WIKI_MUTATION_DRY_RUNNoWhen true, mutation tools return preview only and do not write to Wiki.js.true
WIKI_MUTATIONS_ENABLEDNoEnables all write tools (page, comment, and tag mutations) when set to true.false
WIKI_MUTATION_CONFIRM_TOKENNoOptional extra safety gate. When set, write tool calls must provide matching confirm.
WIKI_ALLOWED_MUTATION_PATH_PREFIXESNoComma-separated path prefixes (without leading slash) allowed for mutations. Empty means no prefix restriction.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/uyu423/requarks-wiki-mcp'

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