MCP server intelligence profile

MCP MySQL Server MCP Server

A server based on Model Context Protocol that enables AI models to interact with MySQL databases through a standardized interface, supporting features like query execution, table listing, and automated connection management

Local OnlyMalove86
Awaiting current scanNpm · 0.2.4

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
4Independently 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 @malove86/mcp-mysql-server from npm

Version 0.2.4 declares 1 executable entrypoint.

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

Identity

Canonical slugmcp-mysql-server-939d1894DeploymentLocal Only
Canonical packagenpm:@malove86/mcp-mysql-serverRepositoryMalove86/mcp-mysql-server
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@malove86/mcp-mysql-server0.2.41Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@malove86/mcp-mysql-server0.2.4CurrentSep 5, 20264 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
mysql-serverServer-reported name
1Capability groups
Aug 17, 2026Observed

Tools 4

ToolCategoryAnnotationsRisk
connect_dbConnect to MySQL database (optional if environment variables are set)
Input schema
{
  "type": "object",
  "properties": {
    "host": {
      "type": "string",
      "description": "Database host"
    },
    "user": {
      "type": "string",
      "description": "Database user"
    },
    "password": {
      "type": "string",
      "description": "Database password"
    },
    "database": {
      "type": "string",
      "description": "Database name"
    },
    "port": {
      "type": "number",
      "description": "Database port (optional)"
    }
  },
  "required": [
    "host",
    "user",
    "password",
    "database"
  ]
}
describe_tableGet table structure
Input schema
{
  "type": "object",
  "properties": {
    "table": {
      "type": "string",
      "description": "Table name"
    }
  },
  "required": [
    "table"
  ]
}
list_tablesList all tables in the database
Input schema
{
  "type": "object",
  "properties": {
    "random_string": {
      "type": "string",
      "description": "Dummy parameter for no-parameter tools"
    }
  },
  "required": []
}
queryExecute a SELECT query
Input schema
{
  "type": "object",
  "properties": {
    "sql": {
      "type": "string",
      "description": "SQL SELECT query"
    },
    "params": {
      "type": "array",
      "items": {
        "type": [
          "string",
          "number",
          "boolean",
          "null"
        ]
      },
      "description": "Query parameters (optional)"
    }
  },
  "required": [
    "sql"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

MCP MySQL Server MCP Server questions

How do I install MCP MySQL Server MCP Server?

Install the selected package version with: npm install --save-exact @malove86/mcp-mysql-server@0.2.4

What tools does MCP MySQL Server MCP Server provide?

MCP MySQL Server MCP Server exposed 4 tools during independent protocol observation, including connect_db, describe_table, list_tables, query.

Is MCP MySQL Server MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Database MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.