The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Pash MCP Server listing page.
Standalone MCP Server with PASH Compression (Phoenix Architecture)
Этот проект представляет собой минимальный, production-ready Model Context Protocol (MCP) сервер, извлеченный из экосистемы Felix. Он разработан для предоставления внешних инструментов (Cursor, Claude Desktop и др.) с максимальной экономией токенов благодаря встроенному PASH-сжатию.
mcp_engines и загрузка инструментов из manifest.json.stdio с конфигурацией через .env.Для разработчиков, вносящих изменения в серверную часть (sse_server.py, тесты): строго соблюдайте паттерн Surgical Process Cleanup by Port. Глобальное убийство процессов (taskkill /IM) категорически запрещено, так как оно обрывает агентскую сессию.
Felix MCP Standalone is a self-contained product. It shares principles, not code with the internal Felix core (C:\Users\53\Felix).
src/product_judge.py) is an independent implementation of deterministic validation. It shares the principle of "structural validation before output" with the internal Mirror Forge Synthesis, but has zero shared code by design. This is intentional technical debt prevention.Why this matters: When you install this package, you get a complete, autonomous system. No hidden dependencies on internal infrastructure.
Скопируйте .env.example в .env и настройте пути:
Создайте директорию mcp_engines и поместите в неё подпапки с manifest.json и исполняемыми файлами ваших MCP-серверов.
Сервер запустится в режиме stdio и будет готов к подключению через совместимые клиенты (например, Claude Desktop).
This repository serves as the cognitive core designed to be paired with an interface like Odysseus.
We believe in shipping what works and clearly labeling what is being built.
MIT License (c) 2026 AkynZH