mcp-mssqlserver
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MSSQL_HOST | Yes | SQL Server host or IP | localhost |
| MSSQL_PORT | No | SQL Server TCP port | 1433 |
| MSSQL_USER | Yes | SQL login user | |
| MSSQL_ENCRYPT | No | Enables encrypted connection | false |
| MSSQL_DATABASE | Yes | Default database | |
| MSSQL_PASSWORD | Yes | SQL login password | |
| MSSQL_TRUST_SERVER_CERTIFICATE | No | Trusts server certificate when encryption is enabled | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute_queryA | Executa uma query SQL no SQL Server e retorna os resultados. Use para SELECT, INSERT, UPDATE e DELETE. |
| list_tablesA | Lista todas as tabelas do banco de dados atual, opcionalmente filtrando por schema. |
| describe_tableB | Retorna a estrutura de uma tabela: colunas, tipos de dados, nulabilidade e valores padrão. |
| list_databasesA | Lista todos os bancos de dados disponíveis no servidor SQL Server. |
| get_table_indexesB | Lista os índices de uma tabela, incluindo colunas e tipo de índice. |
| get_foreign_keysC | Lista as chaves estrangeiras de uma tabela e suas referências. |
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
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ferronicardoso/mcp-mssqlserver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server