wiki-mcp-docker

dvystrcil/wiki-mcp-docker
★ 0 stars Go Code/Dev Tools Updated today
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.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wiki-mcp-docker": {
      "command": "go",
      "args": [
        "run",
        "github.com/dvystrcil/wiki-mcp-docker@latest"
      ]
    }
  }
}