MCPQL (SQL Server)
Connects to SQL Server databases through 10 specialized tools for table analysis, stored procedure inspection, data preview with filtering, column statistics, query execution, and database object search with support for multiple authentication methods and connection pooling.
7 stars
0 tools
Created Aug 2025
@hendrickcastro/hendrickcastro-mcpql-sql-server-mcpqlAbout
Connects to SQL Server databases through 10 specialized tools for table analysis, stored procedure inspection, data preview with filtering, column statistics, query execution, and database object search with support for multiple authentication methods and connection pooling.
Categories
general
Installation
npm
npm install @hendrickcastro/hendrickcastro-mcpql-sql-server-mcpql
Configuration
{
"mcpServers": {
"hendrickcastro-mcpql-sql-server-mcpql": {
"command": "npx",
"args": [
"-y",
"@hendrickcastro/hendrickcastro-mcpql-sql-server-mcpql"
]
}
}
}