Wiki Serve banner
Pratiyush Pratiyush

Wiki Serve

Documentation community

Description

Start a local HTTP server for the built llmwiki site. Usage: /wiki-serve [port] Run: ```bash python3 -m llmwiki serve --port ${ARGUMENTS:-8765} ``` The server binds to `127.0.0.1` only by default (localhost-only). Report the URL to the user. **Security note**: the server exposes `site/` to anyone who can reach `127.0.0.1:<port>`. For LAN sharing, the user must explicitly pass `--host 0.0.0.0`.

Installation

Installs to ~/.claude/commands/pratiyush-llm-wiki-wiki-serve.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Pratiyush/llm-wiki/HEAD/.claude/commands/wiki-serve.md -o ~/.claude/commands/pratiyush-llm-wiki-wiki-serve.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository