MCP.so
ログイン

MCP Client-Server

@duaraghav8

MCP Client-Server について

Simplest example of MCP client-server architecture over HTTP using Python & Golang

基本情報

カテゴリ

その他

ランタイム

go

トランスポート

stdio

公開者

duaraghav8

設定

以下の設定を使って、このサーバーを 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

コメント

「その他」の他のコンテンツ