Go MCP server exposing the llm-wiki (lookup / search / neighbors / write / lint) for OWUI presets and other MCP clients. See dvystrcil/homelab#211 Phase 3.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"wiki-mcp-docker": {
"command": "go",
"args": [
"run",
"github.com/dvystrcil/wiki-mcp-docker@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add wiki-mcp-docker go run github.com/dvystrcil/wiki-mcp-docker@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"wiki-mcp-docker": {
"command": "go",
"args": [
"run",
"github.com/dvystrcil/wiki-mcp-docker@latest"
]
}
}
}
📋 Copy