MCP Client-Server
@duaraghav8
MCP Client-Server について
Simplest example of MCP client-server architecture over HTTP using Python & Golang
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-client-server": {
"type": "http",
"url": "http://0.0.0.0:8000/mcp"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Client-Server?
The simplest example of the MCP client-server architecture. The server runs as a remote MCP server serving HTTP requests, and the client consumes the remote server over HTTP. It is intended for education and basic prototyping.
How to use MCP Client-Server?
Set up a virtual environment, install dependencies with uv install, then start the server with python server.py (accessible at http://0.0.0.0:8000/mcp by default) or run in dev mode with mcp dev server.py. After the server is running, execute python client.py to call a tool on the server.
Key features of MCP Client-Server
- Minimal MCP client‑server example.
- Remote server communicates over HTTP.
- Client consumes tools from the remote server.
- Easily runnable with Python virtual environment.
Use cases of M
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ghidraMCP
LaurieWiredMCP Server for Ghidra

EverArt
modelcontextprotocolModel Context Protocol Servers
コメント