Skip to main content
Glama

MCP-Demo

by tatocode

MCPデモ

このリポジトリには、MCPデモの最小バージョンが含まれています。このプロジェクトは、 qwen APIインターフェースを使用してMCPサービスとクライアントの基本機能をデモンストレーションするように設計されています。

特徴

  • 軽量で最小限の実装。
  • uvを使用した依存関係の管理。
  • qwen API との統合。

前提条件

このリポジトリを使用する前に、以下がインストールされていることを確認してください。

  • Python 3.10以上
  • uvパッケージマネージャー

セットアップ手順

  1. リポジトリをクローンします。
    git clone https://github.com/tatocode/MCP-Demo.git cd MCP-Demo
  2. uvを使用して依存関係をインストールします。
    uv sync
  3. プロジェクトのルート ディレクトリに.envファイルを作成し、API キーを追加します。
    API-KEY=xxxx
    xxxx``qwen API の実際の API キーに置き換えます。
  4. プロジェクトを実行します。
    uv run main.py mcp_server.py

注記

  • プロジェクトを正しく実行するために、 .envファイルが必要です。API キーは公開しないでください。
  • qwen API の詳細については、公式ドキュメントを参照してください。

ライセンス

このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。

貢献

貢献を歓迎します!このプロジェクトを改善するために、お気軽に問題を報告したり、プルリクエストを送信したりしてください。

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

qwen API インターフェイスと統合された MCP サービスおよびクライアントの最小限のデモンストレーション。モデル制御プロトコル実装の基本機能を示します。

  1. 特徴
    1. 前提条件
      1. セットアップ手順
        1. 注記
          1. ライセンス
            1. 貢献

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.
                Last updated -
                3
                676
                61
                JavaScript
                Apache 2.0
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol (MCP) server implementation that provides EMQX MQTT broker interaction.
                Last updated -
                4
                19
                Python
                Apache 2.0
                • Apple
              • -
                security
                A
                license
                -
                quality
                A demonstration server that implements the Model Context Protocol (MCP) SDK, providing tools and endpoints for server-sent events and message handling.
                Last updated -
                15
                10
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                A simple demonstration project for the Model Control Protocol (MCP) server that provides tools for AI assistants to fetch news articles, perform calculations, retrieve weather data, and generate personalized greetings.
                Last updated -
                Python

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/tatocode/MCP-Demo'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server