Skip to content
Cursor

pmwiki mcp for Cursor

io.github.kcofoni/pmwiki-mcp

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

client:Cursor transport:stdio runtime:oci

Install pmwiki mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pmwiki mcp in other clients