Build your own local LLM Wiki in 30 seconds. Multi-agent native (Claude/Codex/Cursor/VSCode/Trae), MCP server built-in, Astro static site publishing.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"create-opc-wiki": {
"command": "npx",
"args": [
"-y",
"MackDing/create-opc-wiki"
]
}
}
}
Run in terminal:
claude mcp add create-opc-wiki npx -y MackDing/create-opc-wiki
Add to .cursor/mcp.json:
{
"mcpServers": {
"create-opc-wiki": {
"command": "npx",
"args": [
"-y",
"MackDing/create-opc-wiki"
]
}
}
}