io.github.kcofoni/pmwiki-mcp✓
io.github.kcofoni/pmwiki-mcp · v1.0.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.kcofoni/pmwiki-mcp",
"description": "MCP server for searching and reading PmWiki pages with text queries and group filtering.",
"repository": {
"url": "https://github.com/kcofoni/pmwiki-mcp",
"source": "github"
},
"version": "1.0.4",
"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"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"author": "kcofoni",
"features": [
"Full-text search across all wiki pages",
"Case-sensitive and case-insensitive search options",
"List all pages or filter by group",
"Read complete page contents with context snippets"
]
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}