server.json•1.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"
}
}
]
}