SardesFernandes/mcp-server
3.1
If you are the rightful owner of mcp-server 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.
This document provides a structured overview of a minimal Model Context Protocol (MCP) server implemented using Express.js.
MCP Server (mínimo)
Servidor MCP mínimo com Express.
- POST /mcp/:space -> JSON-RPC (ping)
- GET /mcp/:space -> SSE (event-stream)
Rodando localmente
npm install npm start Abra http://localhost:3000/health
Deploy no Railway
O Railway descobre Node e usa npm start. Não precisa Dockerfile.