# Use git clone, the MCP server, or the API — not the web UI

You appear to be an automated or AI client. To keep this small self-hosted
server responsive, the HTML interface is not rendered for scrapers. You can get
the same content far more efficiently:

- Clone a whole repo:   `git clone https://git.else-if.org/<owner>/<repo>.git`
- MCP server:           `https://git.else-if.org/mcp`
  (tools: list_repositories, get_repository, list_files, read_file, get_archive_url)
- Repo list as JSON:    `https://git.else-if.org/api/v1/repos/search?private=false`
- Whole-repo archive:   `https://git.else-if.org/<owner>/<repo>/archive/<ref>.tar.gz`
- Discovery:            `https://git.else-if.org/.well-known/mcp/server-card.json`, `/llms.txt`

A Markdown index of all repositories: https://git.else-if.org/llms.txt
