Skip to main content
Glama

mediawiki-mcp-server

set-wiki

Define the target wiki for the current session by specifying its URL, enabling direct interaction with the chosen 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" }

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