Back to Browse

Suite MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (4/4 approved). 1 finding(s) downgraded by scanner intelligence.

15 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Connection URL for the 'default' connection (postgres://… or sqlite:/abs/path). Additional connections use DB_CONN_<name>. Carries credentials — treated as secret.Required

Environment variable: DB_CONN_default

Set to 1 or true to enable the write tools (execute, execute_script).Optional

Environment variable: DB_WRITABLE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-abhishekkumar2021-sql": {
      "env": {
        "DB_WRITABLE": "your-db-writable-here",
        "DB_CONN_default": "your-db-conn-default-here"
      },
      "args": [
        "-y",
        "@abhishekmcp/sql"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!