Servers
HTTP Server with MCP Support
@jhgaylor
MCP Server for Jake Gaylor - Connect and ask your LLM about me Today!
Overview
What is HTTP Server with MCP Support?
It is an HTTP server built with Express and TypeScript that serves both a webpage and a Model Context Protocol (MCP) endpoint. It implements a stateless MCP server with modern Streamable HTTP transport, designed for developers who want to integrate MCP capabilities alongside a web interface.
How to use HTTP Server with MCP Support?
Clone the repository, install dependencies with npm install, build with npm run build, and run in development mode with npm run dev. The server exposes a web endpoint at GET / and an MCP endpoint at POST /mcp. To invoke MCP functionality, send JSON-RPC requests to /mcp, such as an initialize or tools/call for the echo tool.
Key features of HTTP Server with MCP Support
- HTTP server with both web and MCP endpoints