sql_mcp_server
If you are the rightful owner of sql_mcp_server 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.
A FastMCP server that provides SQL database interaction tools via a conversational AI interface.
The MCP SQL Server project creates a server that exposes MS SQL Server operations through a conversational AI interface. Utilizing the FastMCP framework, it provides tools for querying and manipulating SQL data, allowing users to interact with databases using natural language. This server supports executing SQL queries, listing tables, describing table structures, performing non-query operations, and viewing database information. It is designed to be asynchronous to prevent blocking operations and includes comprehensive error handling.
Features
- Execute SQL queries and view results
- List available tables in the database
- Describe table structure with column information
- Execute non-query operations (INSERT, UPDATE, DELETE)
- List available ODBC drivers on the system