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

コメント

「その他」の他のコンテンツ