エクスプレス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 -3Python
- -securityAlicense-qualityA Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.Last updated -6PythonApache 2.0
- AsecurityAlicenseAqualityA simple server implementing the Model Context Protocol (MCP) that echoes messages back, designed for testing MCP clients.Last updated -12PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that fetches up-to-date, version-specific documentation and code examples from libraries directly into LLM prompts, helping developers get accurate answers without outdated or hallucinated information.Last updated -264,83922,000JavaScriptMIT License