HTTP Server with MCP Support
About
MCP Server for Jake Gaylor - Connect and ask your LLM about me Today!
Details
- Author
- jhgaylor
- Downloads
- 157
- Categories
- Other
Jump to
- HTTP server with both web and MCP endpoints
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.
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.



