M

MySQL

Connects to MySQL databases including AWS RDS instances with tools for query execution, schema explo...

67 views
0 installs
Updated Nov 21, 2025
Not audited
Connects to MySQL databases including AWS RDS instances with tools for query execution, schema exploration, table statistics, and database introspection using connection pooling and SSL support.
  1. Collect Your MySQL Server Details

    • You will need the following database connection details:
      • Host: the address of your MySQL server (e.g., localhost or a cloud endpoint like mydb.abc123.us-west-2.rds.amazonaws.com)
      • Port: MySQL server port (default is 3306)
      • User: your database username
      • Password: your database password
      • Database (optional): the default database to use
      • SSL (optional): true if using SSL (recommended for production/cloud)
  2. Access the FastMCP Connection Interface

    • Click the "Install Now" button you see for adding ENVs.
    • In the connection interface that appears, you will be prompted to fill in environment values.
  3. Fill in Required ENV Values

    • Enter the database credentials you collected:
      • MYSQL_HOST: Your MySQL server host (e.g., localhost, or your RDS cloud hostname)
      • MYSQL_PORT: MySQL port (default: 3306)
      • MYSQL_USER: Your MySQL username
      • MYSQL_PASSWORD: Your MySQL password
      • MYSQL_DATABASE: (Optional) The database to use by default
      • MYSQL_SSL: (Optional, recommended for production/cloud) true if your server requires SSL
  4. Save the Configuration

    • Click to save/apply the configuration in the FastMCP interface.
  5. Test the Connection

    • After saving, use the test/connect functionality to ensure your credentials are correct and the server is accessible.

Notes:

  • If you're connecting to a cloud instance (like AWS RDS), ensure your IP is whitelisted and you have enabled SSL if required.
  • Never share or hardcode sensitive credentials; always use the interface-provided secure storage.

You're now ready to use FastMCP with your MySQL database!

Quick Start

View on GitHub

More for Database

View All →

More for Analytics and Data

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.