A simplified implementation of the Model Context Protocol (MCP) server using Elixir's Phoenix Framework.
MCPheonix uses a self-healing distributed architecture implemented via Cloudflare Durable Objects and Workers. It employs Server-Sent Events (SSE) for real-time notifications and a JSON-RPC endpoint for client requests. The system is designed to be extensible, supporting the integration of custom MCP servers through JSON configuration and automatic server management.
Elixir
37