Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_SQL_MAX_ROWSNoMáximo de filas devueltas por consulta200
MCP_SQL_DATABASE_URLNoURL SQLAlchemy para la conexión a la base de datossqlite:///./dev.db
MCP_SQL_ALLOW_DESTRUCTIVE_DDLNotrue/false para permitir DROP y TRUNCATEfalse
MCP_SQL_MAX_SCRIPT_STATEMENTSNoMáximo de sentencias por script100

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sql_capabilitiesB

Describe la configuración activa y operaciones soportadas.

sql_list_tablesB

Lista tablas y vistas disponibles en el esquema actual.

sql_describe_tableB

Describe columnas, PK, FK e índices de una tabla.

sql_runB

Ejecuta una sentencia SQL individual usando parámetros nombrados opcionales.

sql_run_scriptA

Ejecuta múltiples sentencias SQL en secuencia; se detiene al primer error.

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/miguel1603/MCP-SQL'

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