Skip to main content
Glama

mediawiki-mcp-server

set-wiki

Configure the active wiki session by specifying a target wiki URL to ensure all operations are directed to the correct MediaWiki instance.

Instructions

Set the wiki to use for the current session.

Input Schema

NameRequiredDescriptionDefault
wikiUrlYesAny URL from the target wiki (e.g. https://en.wikipedia.org/wiki/Main_Page).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "wikiUrl": { "description": "Any URL from the target wiki (e.g. https://en.wikipedia.org/wiki/Main_Page).", "format": "uri", "type": "string" } }, "required": [ "wikiUrl" ], "type": "object" }
Install Server

Other Tools from mediawiki-mcp-server

Related Tools

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/ProfessionalWiki/MediaWiki-MCP-Server'

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