Skip to content

MediaWiki for Zed

io.github.olgasafonova/mediawiki-mcp-server

Search, read, and edit any MediaWiki wiki. Works with Wikipedia, Fandom, and more.

client:Zed transport:stdio runtime:oci

Install MediaWiki in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mediawiki-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olgasafonova/mediawiki-mcp-server:1.34.0"
      ],
      "env": {
        "MEDIAWIKI_URL": "<MEDIAWIKI_URL>",
        "MEDIAWIKI_USERNAME": "<MEDIAWIKI_USERNAME>",
        "MEDIAWIKI_PASSWORD": "<MEDIAWIKI_PASSWORD>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MediaWiki in other clients