Skip to main content

MS SQL Server Integration

To interface your MCP server with an MS SQL Server instance, you must define the connection parameters and establish a secure handshake. This process ensures the server can successfully orchestrate query execution and schema inference.

Connection Parameters

Configure the following fields to authorize the MCP server's access to your database. Use a dedicated service account with limited privileges to maintain strict data governance.

ParameterTechnical DescriptionRequired
Database HostThe server address or IP where the database resides.Yes
PortThe communication port (Default: 1433).Yes
Database NameThe name of the SQL Server database to be indexed.Yes
CredentialsThe Username and Password for authentication.Yes
TimeoutDuration (seconds) before a connection terminates.Optional (Default: 10)

Manual Connect MS SQL Server Method

Required Permissions

Ensure the database user has access to the required tables and permissions to perform the needed operations.

Use Quick Connect for Faster Provisioning

If you have an MS SQL Server connection URI (e.g., mssql://user:pass@host:1433/db), use the Quick Connect toggle. This automatically parses and populates all required fields in a single step.

Handshake & Schema Discovery

Once you click Next, the MCP server initiates an automated validation sequence:

  • Connection Test: Validates the network path and credentials.
  • Schema Discovery: Queries the database to identify all available tables.
  • Inference Engine: Prepares the initial data mappings for your configuration.

If the connection fails, the system will provide an error message to help you troubleshoot.