This MCP server implementation provides a bridge to Microsoft SQL Server Express, enabling AI assistants to interact with SQL databases. Developed by hanweg, it offers tools for executing SELECT, INSERT, UPDATE, and DELETE queries, as well as creating tables and describing database schemas. The server supports both Windows and SQL Server authentication, with configurable database access restrictions. Built using Python and pyodbc, it's designed for easy integration into Claude Desktop environments. The implementation focuses on secure database interactions and is particularly useful for AI applications requiring data analysis, reporting, or automated database management tasks within Microsoft SQL Server ecosystems.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Get list of databases that are allowed to be accessed.
Execute SELECT queries.
Execute INSERT/UPDATE/DELETE queries.
Create new tables.
List all tables in database.
Show table schema.