一致する MCP サーバー
既存の MCP Servers ディレクトリから取得しており、個別のトピックデータベースはありません。
SQL Builder AI MCP
AI-powered SQL query builder — natural language to SQL, schema introspection, query optimization, multi-dialect support by MEOK AI Labs
サーバーを見る
SQL Server MCP
A read-only Model Context Protocol (MCP) server for Microsoft SQL Server, enabling safe metadata discovery and parameterized SELECT queries.
サーバーを見る
SQL-Transpiler MCP Tool
Transpile SQL queries between different dialects using the sqlglot library.
サーバーを見る
AWS PostgreSQL MCP Server
A read-only MCP server for querying AWS PostgreSQL databases.
サーバーを見る
CData MySQL MCP Server
A read-only MCP server for MySQL, enabling LLMs to query live data using the CData JDBC Driver.
サーバーを見る
Legacy SQL Architect MCP
MCP server that gives AI agents deep understanding of contemporary or legacy relational databases.
サーバーを見る
MCPg - Production-grade PostgreSQL MCP Server
Safe-by-default PostgreSQL Model Context Protocol server for AI agents.
サーバーを見る
Microsoft SQL Server MCP
A .NET-powered MCP server for interacting with Microsoft SQL Server databases.
サーバーを見る
Postgres MCP
Query any Postgres database using natural language.
サーバーを見る
Postgres MCP
A remote MCP server for Postgres, deployable on Cloudflare Workers without authentication.
サーバーを見る
Postgres MCP Pro
An MCP server for PostgreSQL providing index tuning, explain plans, health checks, and safe SQL execution.
サーバーを見る
Postgres MCP Server
Provides secure database access to PostgreSQL using the Kysely ORM.
サーバーを見る
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.
セットアップチェックリスト
- 1Choose a SQL server that supports your engine and credential model.
- 2Start with read-only credentials and explicit row or result limits.
- 3Add the database connection configuration to your MCP client.
- 4Test known schema and SELECT queries before allowing broader query execution.
選び方
- 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.
SQL MCP FAQ
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.