HTTP Server with MCP Support
About
MCP Server for Jake Gaylor - Connect and ask your LLM about me Today!
Details
- Author
- jhgaylor
- Downloads
- 140
- Categories
- Other
Jump to
- Express and TypeScript HTTP server
- Stateless MCP with Streamable HTTP transport
- Webpage at GET / and MCP endpoint at POST /mcp
- Echo resource (echo://{message}), tool, and prompt
- TypeScript type safety
Install Node.js 18+ and npm, clone the repository, run npm install and npm run build. Start in development mode with npm run dev. Send JSON‑RPC requests via curl to POST /mcp — for example, initialize or tools/call with the echo tool.
HTTP Server with MCP Support
An HTTP server built with Express and TypeScript that serves both a webpage and a Model Context Protocol (MCP) endpoint.
Features
- HTTP server with both web and MCP functionality
- Stateless MCP server implementation with modern Streamable HTTP transport
- TypeScript for type safety
- Express.js for HTTP handling
Requirements
- Node.js 18+
- npm or yarn
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



