sql-safety-executor
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | MySQL database host | |
| DB_NAME | No | MySQL database name | |
| DB_TYPE | No | Database type: 'mysql' (default) or 'sqlite' | mysql |
| DB_USER | No | MySQL database user | |
| ALLOW_UNION | No | UNION query policy (0=disabled, 1=enabled) | 0 |
| DB_PASSWORD | No | MySQL database password | |
| ALLOWED_TABLES | No | Comma-separated table allowlist | |
| MAX_RESULT_ROWS | No | Max rows returned per query | 100 |
| MAX_RESULT_CHARS | No | Max characters in response | 16000 |
| MAX_SCHEMA_TABLES | No | Max tables returned by get_full_schema | 50 |
| ENABLE_SCHEMA_TOOLS | No | Controls sample() tool (1=Enabled, 0=Disabled) | 1 |
| MAX_OVERVIEW_TABLES | No | Max tables returned by list_tables | 100 |
| ENABLE_TABLE_SUMMARY | No | Controls get_table_summary() tool (1=Enabled, 0=Disabled) | 0 |
| SQLITE_DATABASE_PATH | No | Path to SQLite database file, or ':memory:' | |
| LARGE_TABLE_THRESHOLD | No | Large table threshold for is_large flag | 1000 |
| QUERY_TIMEOUT_SECONDS | No | Query timeout in seconds | 30 |
| CONNECT_TIMEOUT_SECONDS | No | Connection timeout in seconds | 10 |
| SQLITE_PROGRESS_HANDLER_INTERVAL | No | Query timeout progress handler interval (default: 100) | 100 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/Firstmeridian/llm-sql-safety-executor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server