From llmwiki
Local stdio MCP server using python3 -m llmwiki.mcp module. Provides wiki-related tools, resources, or prompts likely for LLM wiki access or management. No secrets required.
npx claudepluginhub pratiyush/llm-wikiAdd to your .mcp.json:
{
"mcpServers": {
"llmwiki": {
"command": "python3",
"args": [
"-m",
"llmwiki.mcp"
]
}
}
}python3