MCP Server
MCP
io.github.kcofoni/pmwiki-mcp
MCP server for searching and reading PmWiki pages with text queries and group filtering.
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
By
Comments
Sign in to leave a comment