分布式MCP Server
@xuhaoruins
分布式MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-xuhaoruins": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is 分布式MCP Server?
分布式MCP Server is a Model Context Protocol (MCP) server that provides API tools for legal information queries (Chinese criminal law), weather data, Azure pricing, and utility functions. It is designed for use by Microsoft Copilot or other MCP‑compatible AI assistants.
How to use 分布式MCP Server?
Clone the repository, create a Python 3.10+ virtual environment, install dependencies from requirements.txt, then start the server with python mcp-server.py --host 0.0.0.0 --port 8080. The server exposes an SSE endpoint at /sse and a message endpoint at /messages/. Docker deployment and Azure hosting are also supported.
Key features of 分布式MCP Server
- Legal information tools for Chinese criminal law
- Weather alerts for US states
- Weather forecast by latitude/longitude
- Azure service price query with OData filters
- Chinese character counting function
- Deployable via Docker, Azure Container Apps, or Web App
Use cases of 分布式MCP Server
- AI assistants querying Chinese criminal law articles by code or keyword
- Checking weather alerts or forecasts for a given US location
- Retrieving Azure pricing information with custom filters
- Counting Chinese characters in user‑provided text
- Building a legal research tool integrated with Microsoft Copilot
FAQ from 分布式MCP Server
What tools does 分布式MCP Server provide?
It provides tools for legal article queries, weather alerts, weather forecasts, Azure price queries, and Chinese character counting.
What are the runtime requirements?
Python 3.10 or higher is required. Docker is optional for containerized deployment. MongoDB and Azure OpenAI credentials may be needed for some tools.
How do I start the server locally?
Run python mcp-server.py --host 0.0.0.0 --port 8080 from the project directory after installing dependencies.
Can 分布式MCP Server be deployed on Azure?
Yes. It can be deployed via Azure Container Registry, Azure Container Apps, or Azure Web App with Docker. An Azure Function is also available for Chinese character counting.
Does the server use any authentication or environment variables?
The README recommends storing credentials in Azure Key Vault and configuring API authentication. Environment variables like MONGODB_CONNECTION_STRING and AZURE_OPENAI_API_KEY are used for database and AI features.
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント