PluginBench
MCP Server

io.github.kcofoni/pmwiki-mcp MCP Server

io.github.kcofoni/pmwiki-mcp

What is the io.github.kcofoni/pmwiki-mcp MCP server?

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

How to install io.github.kcofoni/pmwiki-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WIKI_DIR
    required

    Path to the PmWiki wiki.d directory containing page files (must be mounted as read-only volume in Docker)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pmwiki-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/kcofoni/pmwiki-mcp:v1.0.4"
      ],
      "env": {
        "WIKI_DIR": "<YOUR_WIKI_DIR>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pmwiki-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/kcofoni/pmwiki-mcp:v1.0.4"
      ],
      "env": {
        "WIKI_DIR": "<YOUR_WIKI_DIR>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pmwiki-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/kcofoni/pmwiki-mcp:v1.0.4"
      ],
      "env": {
        "WIKI_DIR": "<YOUR_WIKI_DIR>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pmwiki-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/kcofoni/pmwiki-mcp:v1.0.4"
      ],
      "env": {
        "WIKI_DIR": "<YOUR_WIKI_DIR>"
      }
    }
  }
}
Claude Code
claude mcp add pmwiki-mcp --env WIKI_DIR=<YOUR_WIKI_DIR> -- docker run -i --rm docker.io/kcofoni/pmwiki-mcp:v1.0.4

Related MCP servers

MCP server for Duplicati backup management — list, run, monitor and configure jobs from an LLM.

View repository →

MCP server for Gotify push notifications - send messages and manage apps/clients.

View repository →