MCP.so
登录

HTTP Server with MCP Support

@jhgaylor

关于 HTTP Server with MCP Support

MCP Server for Jake Gaylor - Connect and ask your LLM about me Today!

基本信息

分类

其他

运行时

nunjucks

传输方式

stdio

发布者

jhgaylor

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器