sqldb-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | Yes | Database server hostname | |
| DB_NAME | Yes | Database name | |
| DB_PORT | No | Database server port (default depends on DB_TYPE: 1433 for mssql, 5432 for postgresql, 3306 for mysql) | |
| DB_TYPE | No | Database type: mssql, postgresql, or mysql | mssql |
| DB_USER | Yes | Database username | |
| CACHE_TTL | No | Cache TTL in seconds | 60 |
| DB_ENCRYPT | No | Enables encrypted DB connections | true for MSSQL/PostgreSQL, false for MySQL |
| DB_PASSWORD | Yes | Database password | |
| DB_QUERY_TIMEOUT | No | Query timeout in milliseconds | 30000 |
| EXPORT_QUERY_TIMEOUT | No | Export query timeout in milliseconds | 300000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| queryA | Execute a read-only SELECT SQL query. Returns results in a compact column/row format to reduce token usage. Results are capped at 100 rows; use skip/take for pagination. The meta.totalCount field shows the total number of matching rows. |
| listTablesA | List all base tables in the database, returning their schema and name. |
| describeTableA | Describe a table: returns columns (name, type, nullability, primary key, identity), indexes, foreign keys, check constraints, and table-level size/row-count statistics. |
| explainQueryA | Return the estimated execution plan for a SELECT SQL query without actually executing it. The response format depends on the database engine (e.g. MSSQL, PostgreSQL, MySQL) and is returned as-is from the database driver. |
| exportQueryA | Execute a read-only SELECT SQL query and stream the results to a file. Supports CSV and JSON output formats. Designed for large datasets – results are streamed directly to disk without a row-count limit. CSV options: delimiter (default ','), nullValue (default ''), bom (default false). JSON options: pretty (default false). Timeout is controlled by the EXPORT_QUERY_TIMEOUT environment variable (default: 300 s). |
| saveQueryEvidenceA | Execute a read-only SELECT SQL query and save the SQL plus the results as a Markdown report file. Returns the saved file path, the total number of rows fetched, and the first 10 rows as preview data. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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/akrym1582/sqldb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server