Skip to main content
Glama

mediawiki-mcp-server

server.json1.25 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "io.github.ProfessionalWiki/mediawiki-mcp-server", "title": "MediaWiki MCP Server", "description": "MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools", "version": "0.4.0", "repository": { "url": "https://github.com/ProfessionalWiki/MediaWiki-MCP-Server", "source": "github" }, "packages": [ { "registryType": "npm", "identifier": "@professional-wiki/mediawiki-mcp-server", "version": "0.4.0", "environmentVariables": [ { "name": "CONFIG", "description": "Path to your configuration file", "default": "config.json", "format": "filepath" }, { "name": "MCP_TRANSPORT", "description": "Type of MCP server transport", "choices": [ "stdio", "http" ], "default": "stdio" }, { "name": "PORT", "description": "Port used for StreamableHTTP transport", "format": "number", "default": "3000" } ], "transport": { "type": "stdio" } } ] }

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