mcp_server_python

rahatbhambri/mcp_server_python

3.1

If you are the rightful owner of mcp_server_python and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document provides a comprehensive summary of a Model Context Protocol (MCP) server that interfaces with an SQL database to retrieve customer data.

Sample MCP server that talks to SQL database to get customer data

Setup

  1. Install dependencies
uv venv
uv venv --activate
uv pip install -e .
  1. Run the server
uv run mcp dev main.py