Skip to main content
Glama

Server Details

Connect to your MediaWiki using simple credentials and manage content without OAuth. Search, read,…

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

10 tools
create-image-to-wikiTry in Inspector

Generate an image from a prompt using ModelScope API and upload it to MediaWiki as a file. it will generate JPEG image by default.

ParametersJSON Schema
NameRequiredDescriptionDefault
promptYesPrompt text for AI image generation
serverYesthe host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/).
commentNoUpload comment
filenameYesTarget file name on the wiki, e.g., GeneratedCat.jpg
create-pageTry in Inspector

Creates a wiki page with the provided content.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesWiki page title
serverYesthe host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/).
sourceYesPage content in the format specified by the contentModel parameter. Must be [wikitext] format. Make sure format correct
commentNoReason for creating the page
contentModelNoOnly "wikitext" available
get-fileTry in Inspector

Returns information about a file, including links to download the file in thumbnail, preview, and original formats.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesFile title
serverYesthe host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/).
get-pageTry in Inspector

Returns the standard page object for a wiki page, optionally including page source or rendered HTML, and including the license and information about the latest revision.2

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesWiki page title
serverYesthe host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/).
contentNoFormat of the page content to retrievewithSource
get-page-historyTry in Inspector

Returns information about the latest revisions to a wiki page, in segments of 20 revisions, starting with the latest revision. The response includes API routes for the next oldest, next newest, and latest revision segments.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesWiki page title
filterNoFilter that returns only revisions with certain tags. Only support one filter per request.
serverYesthe host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/).
newerThanNoThe ID of the newest revision to return
olderThanNoThe ID of the oldest revision to return
list-all-page-titlesTry in Inspector

List wiki page titles (uses list=allpages). Supports limit and continuation.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of pages to return (1–500, default=50).
serverYesthe host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/).
apcontinueNoPagination token (apcontinue) to continue listing pages.
load-worldTry in Inspector

load the world knowledge from the wiki.Use to init for starting chat;

ParametersJSON Schema
NameRequiredDescriptionDefault
serverYesthe host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/).
set-target-wikiTry in Inspector

Set the active target wiki for this editing session. This tool should be called once at the beginning.

ParametersJSON Schema
NameRequiredDescriptionDefault
serverYesThe host URL of the target wiki to be used for this session. Example: https://{WIKI_ID}.pub.wiki/ (e.g., https://somewhere.pub.wiki/).
update-pageTry in Inspector

Updates a wiki page (or a specific section) using the traditional MediaWiki Action API (action=edit). Please CALL [get-page] to get the latest content before updating to avoid to lose some content OR use section param to specify the section to update.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesWiki page title
serverYesthe host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/).
sourceYesNew content (full page or section content)
commentNoSummary of the edit
sectionNoSection identifier: "new" to add, "0" for lead, or a section index. Omit for full-page edit.
upload-imageTry in Inspector

Download an image from a URL and upload it to MediaWiki as a file.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesImage URL to download, and it will be uploaded to the wiki,if image is generated by AI, please provide source URL
serverYesthe host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/).
commentNoUpload comment
filenameYesTarget file name on the wiki, e.g., Example.png

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server
Try in Browser

Your Connectors

Sign in to create a connector for this server.