ModelContextProtocol icon

ModelContextProtocol

Enables tools to be provided via a Model Context Protocol server.

概要

The ModelContextProtocolServer allows users to connect to a server that hosts various tools, accessible via standard input/output (stdio) or Server-Sent Events (SSE). It supports tool discovery and execution through JSON-RPC based requests, making it easy to integrate and utilize diverse functionalities like calculations or weather retrieval. The server is built in Java and provides a framework for developers to expose their tools in a standardized and accessible manner.

主な機能

  • Supports tool access via stdio or SSE.
  • Uses JSON-RPC for communication.
  • Provides tool discovery via the 'tools/list' method.
  • Enables tool execution via the 'tools/call' method.
  • Includes example tools such as a calculator and weather retriever.
  • 0 GitHub stars

ユースケース

  • Integrating various tools into a unified workflow.
  • Providing a standardized interface for accessing different functionalities.
  • Building a tool server for AI agents or other applications.