← Back to Plugins
MCP Server MCP

io.github.kcofoni/pmwiki-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:docker.io/kcofoni/pmwiki-mcp:v1.0.4

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/kcofoni/pmwiki-mcp:v1.0.4",
      "transport": {
        "type": "sse",
        "url": "http://localhost:3000/sse"
      },
      "environmentVariables": [
        {
          "description": "Path to the PmWiki wiki.d directory containing page files (must be mounted as read-only volume in Docker)",
          "isRequired": true,
          "name": "WIKI_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...