MSSQL Database Query
Enables direct SQL query execution against MSSQL databases through a FastMCP-powered server with Docker containerization for seamless data analysis and manipulation.
1 stars
0 tools
Created Aug 2025
@verssae/verssae-mssql-database-query-dbmcpAbout
Enables direct SQL query execution against MSSQL databases through a FastMCP-powered server with Docker containerization for seamless data analysis and manipulation.
Categories
general
Installation
npm
npm install @verssae/verssae-mssql-database-query-dbmcp
Configuration
{
"mcpServers": {
"verssae-mssql-database-query-dbmcp": {
"command": "npx",
"args": [
"-y",
"@verssae/verssae-mssql-database-query-dbmcp"
]
}
}
}