MCP-Demo
MCPデモ
このリポジトリには、MCPデモの最小バージョンが含まれています。このプロジェクトは、 qwen APIインターフェースを使用してMCPサービスとクライアントの基本機能をデモンストレーションするように設計されています。
特徴
軽量で最小限の実装。
uvを使用した依存関係の管理。qwenAPI との統合。
Related MCP server: MCP Server Example
前提条件
このリポジトリを使用する前に、以下がインストールされていることを確認してください。
Python 3.10以上
uvパッケージマネージャー
セットアップ手順
リポジトリをクローンします。
git clone https://github.com/tatocode/MCP-Demo.git cd MCP-Demouvを使用して依存関係をインストールします。uv syncプロジェクトのルート ディレクトリに
.envファイルを作成し、API キーを追加します。API-KEY=xxxxxxxx``qwenAPI の実際の API キーに置き換えます。プロジェクトを実行します。
uv run main.py mcp_server.py
注記
プロジェクトを正しく実行するために、
.envファイルが必要です。API キーは公開しないでください。qwenAPI の詳細については、公式ドキュメントを参照してください。
ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。
貢献
貢献を歓迎します!このプロジェクトを改善するために、お気軽に問題を報告したり、プルリクエストを送信したりしてください。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Qwen Image 3 AI image generation
MCP-Native LLM Orchestration Agent
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA minimal server/client application implementation utilizing the Model Context Protocol (MCP) and Azure OpenAI.34MIT
- AlicenseBqualityDmaintenanceAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.1163MIT
- AlicenseBqualityDmaintenanceAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server integrating with various LLM clients.2MIT
- AlicenseAqualityDmaintenanceA demonstration MCP server for educational purposes, showcasing how to build and integrate MCP servers with LLM clients like Claude Desktop.1MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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