An MCP server for Microsoft SQL Server integration that enables users to query, monitor, and analyze databases directly through Claude. It supports schema exploration, performance analysis, and optional write operations via natural language commands.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.LOG_LEVEL— info Log level: debug, info, warn, errorMAX_ROWS— 1000 Maximum rows to return (max: 5000)POOL_MAX— 10 Maximum connection pool sizePOOL_MIN— 2 Minimum connection pool sizeQUERY_TIMEOUT— 30000 Query timeout in milliseconds (max: 120000)READONLY— Write Operations - INSERT, UPDATE, DELETE when enabled (=false)SQL_CONNECTION_URL— "": "postgres://user:password@localhost:5432/database",SQL_DATABASE— "": "mydb",SQL_PASSWORD— "": "yourpassword",SQL_PORT— "": "5432",SQL_SERVER— "": "localhost",SQL_SSL— "": "false",SQL_USER— "": "postgres",[](https://m8ven.ai/mcp/fabriciofs-mcp-postgres-12hc2r)