The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the James's MCP Server listing page.
A Model Context Protocol (MCP) server built with the official MCP SDK, available both as a local stdio server (for Claude Desktop) and as a cloud-deployed HTTP server reachable over the network.
Live demo: https://mcp-first-server.onrender.com (note: free-tier hosting, first request after inactivity may take up to ~50s to wake the instance)
server.js — stdio transport, for local use with Claude Desktop or any MCP client that
spawns a local process.server-http.js — StreamableHTTP transport wrapped in Express, for cloud/network deployment
(this is what's running at the live demo URL above). Listens on process.env.PORT.Node.js, @modelcontextprotocol/sdk, Express, Zod for schema validation. Deployed on Render.
MIT — see LICENSE.
Built by James Ganobi.