Felix Standalone MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Felix Standalone MCP Serverlist available tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Felix Standalone MCP Server
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.
Related MCP server: token-pilot
⚠️ Безопасность и 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for toolhouse.ai. This does not rely on an external llm unlike the official server.Last updated4MIT
- AlicenseAqualityAmaintenanceMCP server that reduces token consumption in AI coding assistants by up to 90% via structural reads, PreToolUse hooks, and tp-\* subagents.Last updated257884MIT
- FlicenseBqualityCmaintenanceLocal MCP server for token optimization, providing tools to compress code/JSON, optimize prompts, and manage placeholder-based content redaction and hydration to reduce LLM token usage.Last updated5
- Flicense-qualityCmaintenanceToken-optimized multi-agent orchestration MCP server that owns session state, compacts context between agent hops, routes work to smaller models when safe, and reports estimated token savings.Last updated
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
MCP server exposing the Backtest360 engine API as tools for AI agents.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AkynZH/pash-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server