Skip to main content
Glama
andyWang1688

sql-query-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SQL_QUERY_MCP_CONFIGNoThe absolute path to the connections.json configuration file. Defaults to 'config/connections.json' if not set.
PG_CONN_CRM_PROD_MUQIAO_RONoExample PostgreSQL DSN (e.g., postgresql://user:password@host:5432/dbname). The environment variable name must match the 'dsn_env' field in your connections.json.
MYSQL_CONN_CRM_PROD_MUQIAO_RONoExample MySQL DSN (e.g., mysql://user:password@host:3306/crm). The environment variable name must match the 'dsn_env' field in your connections.json.

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
list_connections

List configured SQL connections by connection_id.

list_schemas

List visible schemas for a PostgreSQL connection.

list_databases

List visible databases for a MySQL connection.

list_tables

List tables and views for a resolved PostgreSQL schema or MySQL database.

describe_table

Describe columns, keys, and indexes for a table.

run_select

Run a read-only SELECT or CTE query.

explain_query

Run EXPLAIN on a read-only SELECT or CTE query.

get_table_sample

Fetch a small sample from a table for schema discovery.

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/andyWang1688/sql-query-mcp'

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