spawn-mcp

cameronking4/spawn-mcp

3.2

If you are the rightful owner of spawn-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) SSE Server POC is a proof-of-concept server that facilitates the streaming of real-time model responses via Server-Sent Events (SSE) using the Model Context Protocol.

The MCP SSE Server POC is designed to provide a seamless and efficient way to stream real-time responses from language models using the Model Context Protocol. Built with modern web technologies such as Express, Drizzle ORM, and PostgreSQL, this server allows users to create and manage MCP server configurations through a user-friendly interface. Each configuration generates a stable SSE endpoint, enabling instant streaming of model responses. The server is easily deployable on platforms like Render, requiring minimal infrastructure setup. By leveraging the STDIO-based specification of MCP, the server ensures a lightweight and extensible interaction with language models, making it ideal for developers looking to integrate real-time language processing capabilities into their applications.

Features

  • Create and manage MCP server configurations via a simple UI
  • Generate stable SSE endpoints for each configuration
  • Stream real-time model responses via SSE
  • Built with Express, Drizzle ORM, and PostgreSQL
  • One-click deployment on Render

Usages

local development

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["@playwright/mcp@latest"]
    }
  }
}

deployment on render

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["@playwright/mcp@latest"]
    }
  }
}