← Back to search

@akrym1582/sqldb-mcp-server

GitHub Actions Scanned 3d ago

MCP server for SQL database access (MSSQL, PostgreSQL, MySQL)

npm
A
92.2 / 100

Versions

0.1.1latest
Jun 27, 2026
0.1.0
Jun 27, 2026
0.0.5
Mar 23, 2026
0.0.4
Mar 20, 2026
0.0.3
Mar 20, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 6

exportQuery
annotations: none low

Execute a read-only SELECT SQL query and stream the results to a file.

saveQueryEvidence
annotations: none low

Execute a read-only SELECT SQL query and save the SQL plus the results as a Markdown report file.

describeTable
annotations: none low

Describe a table: returns columns (name, type, nullability, primary key, identity),

query
annotations: none low

Execute a read-only SELECT SQL query. Returns results in a compact column/row format to reduce token usage.

listTables
annotations: none low

List all base tables in the database, returning their schema and name.

explainQuery
annotations: none low

Return the estimated execution plan for a SELECT SQL query without actually executing it.

Permissions 2

filesystem low
Server uses filesystem capabilities via: fs.promises
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 21

low
Tool 'exportQuery' has no annotations annotation_checker · 100%
low
Tool 'saveQueryEvidence' has no annotations annotation_checker · 100%
low
Tool 'describeTable' has no annotations annotation_checker · 100%
low
Tool 'query' has no annotations annotation_checker · 100%
low
Tool 'listTables' has no annotations annotation_checker · 100%
low
Tool 'explainQuery' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
package.json metadata manifest_parser · 100%
info
Tool: exportQuery manifest_parser · 85%
info
Tool: saveQueryEvidence manifest_parser · 85%
info
Tool: describeTable manifest_parser · 85%
info
Tool: query manifest_parser · 85%
info
Tool: listTables manifest_parser · 85%
info
Tool: explainQuery manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (10) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
low
Permission: filesystem access detected permission_analyzer · 90%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 479 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%