Skip to main content
Glama
604,444 tools. Updated 2026-09-23 20:43

"Wiki.js" matching MCP tools:

  • Assign a user to one Wiki.js group while preserving existing memberships. Use the confirmation token to finalize the access-granting change.
    MIT
  • Reindex all pages in the active search engine to restore search results after switching from the basic search engine. Run once to populate the new empty index.
    MIT
  • Delete a tag by its ID, removing it from all pages and the tag registry. Requires mutations enabled and manage:system permission.
    Creative Commons Zero v1.0 Universal
  • Permanently deletes a Wiki.js page by its ID. Irreversible action; confirm with the user before executing.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • TibiaWiki knowledge base: attribute queries over creatures, items, NPCs, quests and spells

  • Finance canon lookup plus 30 deterministic formulas, each with a verifiable receipt.

  • List wiki pages with metadata, filterable by tags, locale, creator, or author. See matched vs. shown counts to gauge the true scope of the wiki.
    MIT
  • Read a Wiki.js page by ID or path/locale, returning metadata, outline, content, or rendered HTML. For long pages, use sections or offset/max_chars to fetch parts.
    MIT
  • Find wiki pages by full-text query. Be aware: on the default Wiki.js engine only titles and descriptions are indexed; if you need to search inside page text, use grep_pages instead. Results show no excerpt - pair with get_page for details.
    MIT
  • Search the full text of Wiki.js pages using regular expressions. Returns matching lines with context, solving the default search engine's lack of content indexing.
    MIT
  • Create a new Wiki.js page by supplying a unique path, title, content, and editor format. Select the editor to define how the content is stored, such as markdown or HTML.
    MIT
  • Update a wiki page by replacing its body or applying exact find-and-replace edits; it detects concurrent changes and refuses to overwrite unless forced.
    MIT
  • Convert a Wiki.js page's storage format to correct a page created with the wrong editor. Choose markdown, ckeditor, code, or asciidoc; body content remains untranslated.
    MIT
  • Create an empty user group with no permissions or page rules. The group grants no access until you configure it with update_group.
    MIT
  • Replace a Wiki.js group's name, permissions, page rules, and login redirect in one operation. Requires a confirmation token to apply changes that control wiki access.
    MIT
    Destructive
  • Fetches the manually curated sidebar navigation for a selected locale. Provides the configured menu structure, distinct from the actual page tree.
    MIT
  • List the search engine configured for the wiki to verify whether page content is indexed before relying on search results.
    MIT
  • Check whether API access is enabled and list all API keys with their expiry and revocation status. Since secrets are never returned, this provides visibility without exposing credentials.
    MIT
  • Force Wiki.js to regenerate a page's HTML from its source, fixing stale rendering after theme or renderer changes.
    MIT
  • Rebuilds the navigation tree by recomputing folder structure from page paths. Fixes mismatches after bulk imports or database edits without altering page content.
    MIT