Skip to main content
Glama
ferronicardoso

mcp-mssqlserver

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MSSQL_HOSTYesSQL Server host or IPlocalhost
MSSQL_PORTNoSQL Server TCP port1433
MSSQL_USERYesSQL login user
MSSQL_ENCRYPTNoEnables encrypted connectionfalse
MSSQL_DATABASEYesDefault database
MSSQL_PASSWORDYesSQL login password
MSSQL_TRUST_SERVER_CERTIFICATENoTrusts server certificate when encryption is enabledtrue

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/ferronicardoso/mcp-mssqlserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server