Pash Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Pash Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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](docs/RUNTIME_SAFETY.md). Глобальное убийство процессов (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.
git clone https://github.com/AkynZH/felix-mcp-standalone.git
cd felix-mcp-standalone
pip install -e .Скопируйте .env.example в .env и настройте пути:
MCP_ENGINES_DIR=./mcp_engines
LOG_LEVEL=INFO
PASH_MIN_THRESHOLD=500Создайте директорию mcp_engines и поместите в неё подпапки с manifest.json и исполняемыми файлами ваших MCP-серверов.
python server.pyСервер запустится в режиме stdio и будет готов к подключению через совместимые клиенты (например, Claude Desktop).
felix-mcp-standalone/
├── server.py # Точка входа (FastMCP)
├── src/
│ ├── config.py # Pydantic-конфигурация
│ ├── router.py # Сканер и JSON-RPC прокси
│ └── compressor.py # Ядро PASH-сжатия
├── config/
│ └── manifest.example.json # Пример манифеста
└── tests/ # Изолированные тесты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
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.