MCP Servers / database / ChatQL MCP Server

ChatQL MCP Server

JSON →
stdiononedatabase

Query SQL Server databases using natural language with OpenAI GPT models.

Install
How to run this server
[ { "cmd": "pip install -r", "imports": [] } ]
server path: chatql-mcp-server
Tools
What this server exposes
execute_natural_language_query
Transform natural language into SQL and execute queries.
execute_direct_sql_query
Execute SQL queries directly with safety validation.
get_table_information
Get detailed schema information for any table.
list_database_tables
Explore all available tables in your database.
get_table_sample_data
Preview sample data from any table.
toggle_select_only_mode
Toggle between SELECT-only (read-only) and full database access modes.
get_security_mode_status
Check current security mode and available permissions.
Configuration
Environment & auth
authnone
envOPENAI_API_KEY
Resources
ChatQL MCP Server — MCP Server · libregistry