MCP.so
ログイン

Mcp_server_python

@rahatbhambri

Mcp_server_python について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

rahatbhambri

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-python-rahatbhambri": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mcp_server_python?

Mcp_server_python is a sample MCP server that interacts with a SQL database to retrieve customer data. It is intended as a demonstration or starting point for building MCP servers that connect to databases.

How to use Mcp_server_python?

Install dependencies using uv venv, uv venv --activate, and uv pip install -e .. Then run the server with uv run mcp dev main.py.

Key features of Mcp_server_python

  • Sample MCP server implementation
  • Connects to a SQL database
  • Retrieves customer data from the database

Use cases of Mcp_server_python

  • Retrieving customer data from a SQL database through an MCP server

FAQ from Mcp_server_python

Note: The README does not provide any FAQ content, so this section is not applicable.

コメント

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