Global Azure Thailand 2025
@ninefyi
Global Azure Thailand 2025 について
Introduction to the Azure MCP Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"global-az-thailand-25": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start",
"--transport",
"sse"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Global Azure Thailand 2025?
Global Azure Thailand 2025 is an online event held on 10 May 2025 that introduces the Azure MCP Server. It explains how to set up and run the Azure MCP Server with Azure OpenAI, using SSE transport and Python examples.
How to use Global Azure Thailand 2025?
Install Azure CLI, log in with az login, create a .env file with Azure OpenAI credentials, install Python dependencies from requirements.txt, start the Azure MCP Server via npx -y @azure/mcp@latest server start --transport sse, then run python mcp_sse_simple.py or python mcp_sse_gradio.py.
Key features of Global Azure Thailand 2025
- Online event about the Azure MCP Server
- Uses SSE transport for server communication
- Includes two Python example scripts (simple and Gradio)
- Requires Azure CLI for authentication
- Integrates with Azure OpenAI API
Use cases of Global Azure Thailand 2025
- Learning to set up and run the Azure MCP Server
- Building sample AI applications with Azure OpenAI
- Experimenting with MCP over SSE transport
FAQ from Global Azure Thailand 2025
What dependencies are required?
Azure CLI, Node.js (for npx), and Python with packages from requirements.txt are needed.
How is authentication handled?
First log in with az login, then provide Azure OpenAI API key, endpoint, deployment, and API version in the .env file.
Which transport does the server use?
The server is started with --transport sse.
Where do credentials and model configuration live?
In a .env file containing AZURE_OPENAI_API_KEY, AZURE_OPENAI_ENDPOINT, AZURE_OPENAI_DEPLOYMENT, and API version variables.
「クラウドとインフラ」の他のコンテンツ
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
コメント