Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"llmwiki": {
"command": "python3",
"args": [
"-m",
"llmwiki.mcp"
]
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
npx claudepluginhub pratiyush/llm-wiki