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.
基本情報
設定
以下の設定を使って、このサーバーを 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
@tooldecorator for easy tool registration- Written in Python, scalable and extensible
Use cases of MCP Server
—
FAQ from MCP Server
—
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
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.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント