익스프레스 MCP 서버
Express와 TypeScript로 구축된 상태 비저장 모델 컨텍스트 프로토콜(MCP) 서버입니다.
특징
최신 Streamable HTTP 전송을 통한 상태 비저장 MCP 서버 구현
유형 안전을 위한 TypeScript
HTTP 처리를 위한 Express.js
요구 사항
노드.js 18+
npm 또는 yarn
설치
지엑스피1
개발
서버 구조
사용 가능한 기능
이 서버는 세 가지 MCP 구성 요소를 사용하여 간단한 에코 엔드포인트를 구현합니다.
리소스 :
echo://{message}- 메시지를 리소스로 반환합니다.도구 :
echo- 제공된 메시지를 도구 응답으로 다시 에코합니다.프롬프트 :
echo- 제공된 메시지로 사용자 프롬프트를 생성합니다.
MCP 프로토콜
이 서버는 LLM이 외부 데이터 및 기능과 상호 작용하는 표준화된 방식인 모델 컨텍스트 프로토콜 (MCP)을 구현합니다. JSON-RPC 요청에 응답하는 상태 비저장 API 엔드포인트를 제공합니다.
API 사용
JSON-RPC 페이로드를 사용하여 /mcp 에 POST 요청을 보냅니다.
초기화
에코 도구 호출
특허
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.
리소스, 도구 및 프롬프트 구성 요소를 사용하여 간단한 에코 기능을 구현하는 상태 비저장 모델 컨텍스트 프로토콜 서버로, LLM이 표준화된 MCP 상호 작용을 통해 메시지를 에코 백할 수 있도록 합니다.
Related MCP Servers
- -security-license-qualityA Model Context Protocol server that allows LLMs to execute shell commands and receive their output in a controlled manner.Last updated -3
- -security-license-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 -6Apache 2.0
- Asecurity-licenseAqualityA simple server implementing the Model Context Protocol (MCP) that echoes messages back, designed for testing MCP clients.Last updated -12MIT License
- Asecurity-licenseAqualityA minimal Model Context Protocol server in TypeScript that demonstrates MCP-compliant resources and tools for LLMs, featuring simple resources and a basic tool that echoes messages or returns greetings.Last updated -15