Standalone MCP server with PASH compression. Saves ~87% LLM tokens via dynamic tool registration.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pash-mcp-server)<a href="https://allmcps.com/mcp/pash-mcp-server"><img src="https://allmcps.com/api/badge/pash-mcp-server?style=directory" alt="Pash Mcp Server on AllMCPs" /></a>