Connecting Claude to a SQL Server Database with FastAPI and the Model Context Protocol
A walkthrough of a two-layer demo project that exposes a SQL Server database to Claude via a FastAPI REST API and an MCP stdio server — covering what each file does, where the API ends and the MCP begins, and what a production-ready version of this stack would look like.