Skip to content
Back to search
30
MCP

SQL MCP Server

io.github.nethinwei/sql-mcp-server

Controlled SQL access gateway with policy, cost limits, tenant isolation, and safe tools.

Uptime
0.0%
7 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

mssql_mcp_server
A Model Context Protocol (MCP) server for Microsoft SQL Server that enables secure database interactions through a controlled interface. All
0 tools
io.github.nithish1206/sqlservermcp
MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis
0 tools
Microsoft SQL Server
Read-only MCP for Microsoft SQL Server: metadata discovery, parameterized SELECT, plans.
0 tools
io.github.connorbritain/mssql
MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL
0 tools
database-mcp-mysql
MCP server for MySQL with read-only guardrails, row caps, and statement timeouts
0 tools
database-mcp-sqlite
MCP server for SQLite with read-only guardrails, row caps, and statement timeouts
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sql_mcp_server": {
      "url": "None",
      "transport": "http"
    }
  }
}