エクスプレスMCPサーバー
Express と TypeScript で構築されたステートレスな Model Context Protocol (MCP) サーバー。
特徴
- 最新のストリーミング可能な HTTP トランスポートを使用したステートレス MCP サーバーの実装
- 型安全性のためのTypeScript
- HTTP処理用のExpress.js
要件
- Node.js 18歳以上
- npmまたはyarn
インストール
発達
サーバー構造
利用可能な機能
このサーバーは、3 つの MCP コンポーネントを持つ単純なエコー エンドポイントを実装します。
- リソース:
echo://{message}
- メッセージをリソースとして返します - ツール:
echo
- 提供されたメッセージをツールの応答として返します - プロンプト:
echo
- 指定されたメッセージでユーザープロンプトを作成します
MCPプロトコル
このサーバーは、LLMが外部データや機能とやり取りするための標準化された方法であるモデルコンテキストプロトコル(MCP)を実装しています。JSON-RPCリクエストに応答するステートレスAPIエンドポイントを公開します。
APIの使用
JSON-RPC ペイロードを含む POST リクエストを/mcp
に送信します。
初期化
通話エコーツール
ライセンス
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
リソース、ツール、およびプロンプト コンポーネントを使用して単純なエコー機能を実装し、標準化された MCP インタラクションを通じて LLM がメッセージをエコーバックできるようにするステートレス モデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that allows LLMs to execute shell commands and receive their output in a controlled manner.Last updated -Python
- AsecurityAlicenseAqualityA Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.Last updated -313232TypeScriptMIT License
- AsecurityAlicenseAqualityAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.Last updated -188PythonMIT License
- AsecurityAlicenseAqualityA simple server implementing the Model Context Protocol (MCP) that echoes messages back, designed for testing MCP clients.Last updated -1PythonMIT License