mediawiki-mcp
by JustinJmnz
Overview
Facilitates LLM integration with MediaWiki by providing a set of read-only and draft management tools for wiki interaction.
Installation
dotnet runEnvironment Variables
- MEDIAWIKI_URL
Security Notes
The provided docker-compose.yml and LocalSettings.php contain multiple hardcoded, weak passwords for MariaDB root, MariaDB user, and MediaWiki admin accounts (e.g., 'rootpass123', 'MediaWikiPass123!', 'Password123!'). Additionally, a hardcoded 'MEDIAWIKI_SECRET_KEY' is present in docker-compose.yml, which is marked as needing change. This configuration is highly insecure for anything beyond isolated local development and presents a critical risk of unauthorized access if deployed publicly without modification. No 'eval' or similar dangerous patterns were identified in the summarized C# source code for the MCP server itself.
Similar Servers
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
mcp-dotnet-samples
This MCP server retrieves GitHub Copilot customizations, including instructions, agents, prompts, and collections, from the `awesome-copilot` repository to provide contextual guidance to AI models.
MediaWiki-MCP-Server
An MCP server that enables Large Language Model (LLM) clients to interact with any MediaWiki wiki.
inAI-wiki
A collaborative, open-source knowledge hub and index for a wide array of AI resources, including news, applications, agents, LLMs, and Model Context Protocol (MCP) servers.