Skip to content
Windsurf

pmwiki mcp for Windsurf

io.github.kcofoni/pmwiki-mcp

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

client:Windsurf transport:stdio runtime:oci

Install pmwiki mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "pmwiki-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/kcofoni/pmwiki-mcp:v1.0.4"
      ],
      "env": {
        "WIKI_DIR": "<WIKI_DIR>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

pmwiki mcp in other clients