pmwiki mcp for Grok
io.github.kcofoni/pmwiki-mcp
MCP server for searching and reading PmWiki pages with text queries and group filtering.
client:Grok
transport:stdio
runtime:oci
Install pmwiki mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pmwiki-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/pmwiki-mcp:v1.0.4"
],
"env": {
"WIKI_DIR": "<WIKI_DIR>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs