SQL MCP Servers

Find MCP servers for SQL query drafting, schema context, database inspection, analytics workflows, and data-aware AI agents.

Servidores MCP coincidentes

Resultados extraídos del directorio MCP Servers existente, sin una base de datos de temas separada.

Ver todos los resultados
SQL Builder AI MCP
AI-powered SQL query builder — natural language to SQL, schema introspection, query optimization, multi-dialect support by MEOK AI Labs
Ver servidor
SQLFluff MCP Server
MCP server exposing SQLFluff's lint/fix/parse over the Model Context Protocol
Ver servidor
SQL Server MCP
A read-only Model Context Protocol (MCP) server for Microsoft SQL Server, enabling safe metadata discovery and parameterized SELECT queries.
Ver servidor
SQL Server MCP
One MCP entry for every SQL Server you administer. Connections live in a single config file grouped by client or environment, hot-reloaded without restarting the agent, and every response says which server answered. Beyond running queries it returns execution plans, index layouts and stored-procedure source. Built for DBAs and consultants managing dozens of instances rather than a single database. Install with: npx -y @cevelas/mcp-sqlserver
Ver servidor
SQL-Transpiler MCP Tool
Transpile SQL queries between different dialects using the sqlglot library.
Ver servidor
AWS PostgreSQL MCP Server
A read-only MCP server for querying AWS PostgreSQL databases.
Ver servidor
CData MySQL MCP Server
A read-only MCP server for MySQL, enabling LLMs to query live data using the CData JDBC Driver.
Ver servidor
Legacy SQL Architect MCP
MCP server that gives AI agents deep understanding of contemporary or legacy relational databases.
Ver servidor
Postgres MCP
Query any Postgres database using natural language.
Ver servidor
Postgres MCP
A remote MCP server for Postgres, deployable on Cloudflare Workers without authentication.
Ver servidor
postgres-mcp-hardened
Maintained Rust replacement for the archived @modelcontextprotocol/server-postgres. Writes are refused twice: sqlparser AST validation before execution, plus database-level default_transaction_read_only and a per-session statement_timeout. Single binary, stdio and Streamable HTTP, schema inspection, column redaction, EXPLAIN cost guard, hash-chained audit log, optional OAuth 2.1, distroless image. MIT.
Ver servidor
Postgres MCP Pro
An MCP server for PostgreSQL providing index tuning, explain plans, health checks, and safe SQL execution.
Ver servidor

Dónde encaja SQL MCP

Help agents draft and explain SQL queries with current schema context.

Inspect tables, columns, relationships, and sample results from an MCP-compatible client.

Connect analytics, backend debugging, and data quality workflows without pasting database output by hand.

Lista de configuración

  1. 1Choose a SQL server that supports your engine and credential model.
  2. 2Start with read-only credentials and explicit row or result limits.
  3. 3Add the database connection configuration to your MCP client.
  4. 4Test known schema and SELECT queries before allowing broader query execution.

Cómo elegir

  • Prefer servers with query timeouts, result limits, schema introspection, and table allowlists.
  • Check whether the server can explain generated SQL before execution.
  • Keep destructive statements blocked unless your approval flow is explicit.

Preguntas frecuentes sobre SQL MCP

What is SQL MCP?

SQL MCP gives agents structured access to SQL database context and query tools through the Model Context Protocol.

Can SQL MCP execute queries?

Many servers can execute queries if credentials allow it. Use read-only users, limits, and approval for anything beyond exploration.

When should I use SQL MCP instead of Database MCP?

Use SQL MCP when the user intent is query writing and schema inspection. Use Database MCP when the workflow is broader across providers, engines, and data operations.