Skip to content
Back to search
30
MCP

SQL

io.github.abhishekkumar2021/sql

Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode.

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

Similar MCP servers embedding-nearest

SQL
Read-only SQL querying and schema introspection over Postgres and SQLite, with a gated write mode.
0 tools
MSSQL
Read-only Microsoft SQL Server integration with metadata discovery, parameterized queries, and execution plans.
0 tools
MySQL Read-Only
Provides read-only access to MySQL databases for inspecting schemas and executing SQL queries without modifying underlying data.
0 tools
SQLite Database
Provides secure SQLite database interaction with schema inspection and query execution capabilities for data analysis, content management, a
0 tools
PostgreSQL Database
Enables interaction with PostgreSQL databases for executing SQL queries, exploring table schemas, and performing data analysis with robust e
0 tools
Read MySQL
Secure read-only MySQL database access to execute queries and analyze data patterns.
0 tools

How to use

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

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