An MCP server and crawler for Xafari documentation that enables AI agents to search, retrieve pages, and extract code examples from a local index. It provides structured documentation access through stdio or HTTP interfaces for seamless IDE integration.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.CODE_LANGUAGES— (по умолчанию: cs,js,ts,json,yaml,xml,html,css)DATA_DIR— (по умолчанию: ./data)DOCS_BASE_URL— (например: https://documentation.galaktika-soft.com/xafari/)FETCH_ON_MISS— (по умолчанию: true, только если задан DOCS_BASE_URL)HTTP_PORT— (по умолчанию: 3333)LOG_FILE— (по умолчанию: logs/mcp.jsonl, путь относительно DATA_DIR)LOG_STDOUT— (по умолчанию: false) — если true, логи дублируются в stdout (удобно в Docker)MAX_PAGES_PER_SESSION— (по умолчанию: 10000)REQUEST_TIMEOUT_MS— (по умолчанию: 15000)SERVER_DESCRIPTIONSERVER_INFOSERVER_INFO_NAMESERVER_INSTRUCTIONSSERVER_NAMETOOLS_PREFIX— если задана (непустая), инструменты будут иметь имена вида ${TOOLS_PREFIX}search_docs, ${TOOLS_PREFIX}get_page, ...[](https://m8ven.ai/mcp/quazi-custom-framework-mcp-2df49b)