Skip to content
Zed

pmwiki mcp for Zed

io.github.kcofoni/pmwiki-mcp

MCP server for searching and reading PmWiki pages with text queries and group filtering.

client:Zed transport:stdio runtime:oci

Install pmwiki mcp 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": {
    "pmwiki-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/kcofoni/pmwiki-mcp:v1.0.4"
      ],
      "env": {
        "WIKI_DIR": "<WIKI_DIR>"
      }
    }
  }
}

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

pmwiki mcp in other clients