Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WIKIJS_URLYesThe GraphQL API URL for the Wiki.js instance (e.g., http://localhost:3000/graphql)
WIKIJS_API_KEYYesThe API key generated from the Wiki.js admin panel

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
wiki_get_pageA
Read a wiki page by its path (e.g. 'desks/geopolitical-and-security').
Returns id, title, description, tags, content, created_at, updated_at.
wiki_create_pageB

Create a new wiki page at the given path with markdown content. Returns the new page id and path on success.

wiki_update_pageA
Update an existing wiki page by path.

Modes:
- Full replace: pass `content` to overwrite the entire page body.
- Section patch: pass `section` + `section_content` to update only the
  content between <!-- OSIA:AUTO:section --> ... <!-- /OSIA:AUTO:section -->
  markers, leaving the rest of the page untouched.
- Metadata only: pass `title`, `description`, or `tags` without `content`
  or `section` to update metadata without touching the body.

Returns id, path, updated_at on success.
wiki_search_pagesC
Full-text search across all wiki pages.
Returns a list of results with id, title, path, description, and total_hits.
wiki_list_pagesA
List wiki pages, optionally filtered to those whose path starts with path_prefix.
Returns a list of pages with id, path, title, description, tags, updated_at.
Pass path_prefix='' to list all pages.
wiki_move_pageA
Move/rename a wiki page to a new path.
The page is looked up by its current path; new_path is the destination.
Returns old_path and new_path on success.

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/osianet/wiki-js-mcp'

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