Provides a proof-of-concept server for streaming Model Context Protocol (MCP) data via Server-Sent Events (SSE) using STDIO transport.
Spawn offers a streamlined approach to hosting MCP servers by leveraging STDIO transport and instant SSE streaming. Designed as a proof-of-concept, it simplifies the deployment and management of remote MCP servers, eliminating the need for extensive infrastructure work. With a user-friendly interface, you can create MCP server configurations, generate stable SSE endpoints, and stream real-time model responses, all built with Express, Drizzle ORM, and PostgreSQL, and easily deployable on Render.
Key Features
01Built with Express, Drizzle ORM, and PostgreSQL
02Create and manage MCP server configurations via UI
031 GitHub stars
04Generate stable SSE endpoints for each configuration
05One-click deployment on Render
06Stream real-time model responses via SSE
Use Cases
01Remote hosting of MCP servers with minimal infrastructure setup
02Real-time streaming of model responses to client applications
03Prototyping and testing of MCP-based applications