MCP.so
ログイン

MCP Server

@sampad1990

MCP Server について

This project implements an MCP-compliant server that allows AI models to discover and invoke tools through a standardized protocol. The server is designed to be modular, with each tool implemented as a separate Python module.

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

sampad1990

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server": {
      "command": "python",
      "args": [
        "-m",
        "src.server"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Server?

A scalable and modular Model Context Protocol (MCP) server implementation in Python that allows AI models to discover and invoke tools through a standardized protocol. Each tool is implemented as a separate Python module.

How to use MCP Server?

Install dependencies with pip install -r requirements.txt, then run python -m src.server. New tools can be added by creating a Python file in src/tools/ and using the @tool decorator.

Key features of MCP Server

  • MCP‑compliant protocol for tool discovery and invocation
  • Modular tool architecture with separate Python modules
  • @tool decorator for easy tool registration
  • Written in Python, scalable and extensible

Use cases of MCP Server

FAQ from MCP Server

コメント

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