SJSINGLE_AI SQL Server MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MSSQL_PORT | No | SQL Server port (default 1433). | 1433 |
| MSSQL_USER | Yes | SQL Server username. | |
| MSSQL_SERVER | Yes | SQL Server hostname or IP address. | |
| MCP_HTTP_HOST | No | HTTP host for streamable-http transport (default 127.0.0.1). | 127.0.0.1 |
| MCP_HTTP_PORT | No | HTTP port for streamable-http transport (default 8765). | 8765 |
| MCP_TRANSPORT | No | Transport mode: stdio or streamable-http (default stdio). | stdio |
| MSSQL_DATABASE | Yes | Default database name (SJSINGLE_AI). | |
| MSSQL_MAX_ROWS | No | Maximum number of rows returned by queries (default 10). | 10 |
| MSSQL_PASSWORD | Yes | SQL Server password. | |
| LANGCHAIN_MODEL | No | LangChain model name (default gpt-4o-mini). | gpt-4o-mini |
| MSSQL_DATABASES | No | Comma-separated list of databases for multi-database catalog; defaults to MSSQL_DATABASE. | |
| MSSQL_ALLOW_WRITE | No | Set to 'true' to enable write operations (destructive SQL still blocked). | false |
| AZURE_OPENAI_API_KEY | No | Azure OpenAI API key (required for LangChain). | |
| AZURE_OPENAI_ENDPOINT | No | Azure OpenAI endpoint URL (required for LangChain tool). | |
| LANGCHAIN_INCLUDE_SQL | No | Whether to include generated SQL in LangChain response (default false). | false |
| LANGCHAIN_TEMPERATURE | No | LangChain temperature (default 0). | 0 |
| AZURE_OPENAI_DEPLOYMENT | No | Azure OpenAI deployment name (required for LangChain). | |
| AZURE_OPENAI_API_VERSION | No | Azure OpenAI API version (default 2024-10-21). | 2024-10-21 |
| LANGCHAIN_SCHEMA_TABLE_LIMIT | No | Number of tables considered for schema discovery in LangChain (default 30). | 30 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DhruviPatel712/dhruvi_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server