MCP server intelligence profile

MCP SQL Server MCP Server

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.

Install postgres-mysql-mcp-server from npm

Version 1.0.6 declares 1 executable entrypoint.

npm install --save-exact postgres-mysql-mcp-server@1.0.6
npx -y -p postgres-mysql-mcp-server@1.0.6 postgres-mysql-mcp-server
MCP client configuration example
{
  "mcpServers": {
    "postgres-mysql-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "postgres-mysql-mcp-server@1.0.6",
        "postgres-mysql-mcp-server"
      ]
    }
  }
}

Identity

Canonical slugmcp-sql-server-f1dacbddDeploymentLocal Only
Canonical packagenpm:postgres-mysql-mcp-serverRepositoryTranChiHuu/postgres-mysql-mcp-server
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmpostgres-mysql-mcp-server1.0.61Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmpostgres-mysql-mcp-server1.0.6CurrentSep 5, 20265 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

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

ToolCategoryAnnotationsRisk
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 table
Input schema
{
  "type": "object",
  "properties": {
    "tableName": {
      "type": "string",
      "description": "Name of the table to describe"
    }
  },
  "required": [
    "tableName"
  ]
}
disconnect_databaseDisconnect from the current database
Input schema
{
  "type": "object",
  "properties": {}
}
execute_queryExecute a SQL query on the connected database. Returns query results.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "SQL query to execute"
    },
    "params": {
      "type": "array",
      "description": "Query parameters (for parameterized queries)",
      "items": {
        "type": [
          "string",
          "number",
          "boolean",
          "null"
        ]
      }
    }
  },
  "required": [
    "query"
  ]
}
list_tablesList all tables in the connected database
Input schema
{
  "type": "object",
  "properties": {}
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
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.

Associated company landscape

Microsoft & Azure intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

PostgreSQL MCP ServersDatabase MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.