PASH
БесплатноНе проверенExecute shell commands, manage files, and interact with the local system through a secure MCP interface.
Описание
Execute shell commands, manage files, and interact with the local system through a secure MCP interface.
README
Standalone MCP Server with PASH Compression (Phoenix Architecture)
Этот проект представляет собой минимальный, production-ready Model Context Protocol (MCP) сервер, извлеченный из экосистемы Felix. Он разработан для предоставления внешних инструментов (Cursor, Claude Desktop и др.) с максимальной экономией токенов благодаря встроенному PASH-сжатию.
Особенности (Phoenix Architecture)
- Чистое ядро: Никаких скрытых зависимостей от монолитной кодовой базы Феликса.
- Динамическая регистрация: Автоматическое сканирование директории
mcp_enginesи загрузка инструментов изmanifest.json. - PASH Compression: Интеллектуальное сжатие тяжелых JSON-ответов (экономия >80% токенов) с прозрачным возвратом хэша.
- Zero-config запуск: Работает через
stdioс конфигурацией через.env.
⚠️ Безопасность и Runtime
Для разработчиков, вносящих изменения в серверную часть (sse_server.py, тесты): строго соблюдайте паттерн Surgical Process Cleanup by Port. Глобальное убийство процессов (taskkill /IM) категорически запрещено, так как оно обрывает агентскую сессию.
Architecture Boundaries
Felix MCP Standalone is a self-contained product. It shares principles, not code with the internal Felix core (C:\Users\53\Felix).
- Product Judge (in
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. - Cognitive Loop and PASH compression are implemented directly in this repository. They do not import from or depend on the internal Felix core. This ensures the product can be deployed, tested, and maintained independently.
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/pash-mcp-server.git
cd pash-mcp-server
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).
Структура проекта
pash-mcp-server/
├── server.py # Точка входа (FastMCP)
├── src/
│ ├── config.py # Pydantic-конфигурация
│ ├── router.py # Сканер и JSON-RPC прокси
│ └── compressor.py # Ядро PASH-сжатия
├── config/
│ └── manifest.example.json # Пример манифеста
└── tests/ # Изолированные тесты
Odysseus Integration Status
This repository serves as the cognitive core designed to be paired with an interface like Odysseus.
- ✅ Completed & Shipped: Cognitive Loop, PASH compression, Product Judge, and heuristic routing are fully implemented and tested.
- 🗺️ Roadmap: Native, one-click UI integration with the Odysseus agent (combining local reflexes with this cognitive core) is currently in active development.
We believe in shipping what works and clearly labeling what is being built.
Лицензия
MIT License (c) 2026 AkynZH
Установка PASH
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/akynzh/pash-mcp-serverFAQ
PASH MCP бесплатный?
Да, PASH MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для PASH?
Нет, PASH работает без API-ключей и переменных окружения.
PASH — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить PASH в Claude Desktop, Claude Code или Cursor?
Открой PASH на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare PASH with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
