Enables querying and managing PostgreSQL and MySQL databases through natural language, supporting connection management, query execution, schema inspection, and parameterized queries with connection pooling
Local OnlyTranChiHuu
Awaiting current scanNpm · 1.0.6
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
1Distribution channel
5Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
Independent exact-version security scans
Continuous release and vulnerability monitoring
Risk-change alerts with capability context
Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
2024-11-05Negotiated protocol
postgres-mysql-mcp-serverServer-reported name
1Capability groups
Aug 21, 2026Observed
Tools 5
Tool
Category
Annotations
Risk
connect_databaseConnect to a PostgreSQL or MySQL database. Parameters can be provided directly or loaded from environment variables. If no parameters are provided, will use environment variables (DB_TYPE, DB_HOST, DB_PORT, DB_DATABASE, DB_USER, DB_PASSWORD, DB_SSL). For PostgreSQL: POSTGRES_HOST, POSTGRES_PORT, etc. For MySQL: MYSQL_HOST, MYSQL_PORT, etc.Input schema
{
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"postgresql",
"mysql"
],
"description": "Database type (optional if using env vars)"
},
"host": {
"type": "string",
"description": "Database host (optional if using env vars)"
},
"port": {
"type": "number",
"description": "Database port (optional if using env vars)"
},
"database": {
"type": "string",
"description": "Database name (optional if using env vars)"
},
"user": {
"type": "string",
"description": "Database user (optional if using env vars)"
},
"password": {
"type": "string",
"description": "Database password (optional if using env vars)"
},
"ssl": {
"type": "boolean",
"description": "Use SSL connection (optional)",
"default": false
}
},
"required": []
}
—
—
describe_tableGet schema information for a specific tableInput schema
{
"type": "object",
"properties": {
"tableName": {
"type": "string",
"description": "Name of the table to describe"
}
},
"required": [
"tableName"
]
}
—
—
disconnect_databaseDisconnect from the current databaseInput schema
{
"type": "object",
"properties": {}
}
—
—
execute_queryExecute a SQL query on the connected database. Returns query results.Input schema
list_tablesList all tables in the connected databaseInput schema
{
"type": "object",
"properties": {}
}
—
—
Resources 0
None observed.
Resource templates 0
None observed.
Prompts 0
None observed.
Remote endpoints
Endpoint
Transport
Authentication
Health
Observed
No verified remote endpoint is linked.
MCP SQL Server MCP Server questions
How do I install MCP SQL Server MCP Server?
Install the selected package version with: npm install --save-exact postgres-mysql-mcp-server@1.0.6
What tools does MCP SQL Server MCP Server provide?
MCP SQL Server MCP Server exposed 5 tools during independent protocol observation, including connect_database, describe_table, disconnect_database, execute_query, list_tables.
Is MCP SQL Server MCP Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Company and product intelligence
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.