Download the PHP package momodemo333/php-mcp-mysql without Composer

On this page you can find all versions of the php package momodemo333/php-mcp-mysql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-mcp-mysql

๐Ÿ—„๏ธ PHP MCP MySQL Server

PHP MCP Tests Packagist Downloads

MySQL MCP Server for Claude Code - Secure and configurable MySQL integration via Model Context Protocol.

๐Ÿ™ Acknowledgments

This project is built on top of the excellent php-mcp/server library. Special thanks to the MCP community for providing the foundation that makes this integration possible.

๐Ÿš€ Quick Installation

Via Composer (Recommended)

Claude Code Configuration

Add to your .cursor/mcp.json:

Quick Test

๐ŸŽ‰ That's it! Your MySQL MCP Server is ready!


โœจ Features

๐Ÿ› ๏ธ Available MCP Tools

๐Ÿ”’ Security Features

โš™๏ธ Configuration Options

Environment Variables:

Configuration Methods:

  1. Environment Variables (via MCP config)
  2. .env Files (per project)
  3. CLI Arguments (for testing)

๐Ÿ“– Documentation

๐Ÿ“š Complete Guides

๐Ÿ”ง Configuration Examples

Simple Configuration:

๐Ÿ’ก MCP Transport Types: The "type": "stdio" parameter specifies the communication method between your MCP client and the server. See MCP Configuration Guide for complete details on stdio, http, and websocket transports.

Multi-Environment Configuration:


๐Ÿ›ก๏ธ Security & Best Practices

๐Ÿ” Security Recommendations

  1. Use Read-Only Users in Production

  2. Limit Database Access

  3. Set Result Limits

  4. Use Environment Variables for Passwords

๐Ÿ”’ DDL Permissions (v1.1.0+)

Three-level permission system:

  1. Level 1 - CRUD Operations:

  2. Level 2 - Schema Operations (NEW!):

  3. Level 3 - Super Admin (NEW!):

Example - Enable schema modifications:

โœ… Production Checklist


๐Ÿงช Development & Testing

๐Ÿš€ New Test Suite (v1.1.0+)

Professional testing infrastructure with Docker:

Test Coverage:

Documentation:

Legacy Testing

Development Setup


๐Ÿ“Š Usage with Claude Code

Natural Language Examples

Database Exploration:

Data Analysis:

Business Intelligence:

Data Management:


๐Ÿค Contributing

Contributions are welcome! Please read our contributing guidelines and:

  1. Fork the repository
  2. Create your feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add amazing feature'
  4. Push to branch: git push origin feature/amazing-feature
  5. Open a Pull Request

Development Guidelines


๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

MIT License Summary:


๐Ÿ†˜ Support


๐ŸŽฏ Roadmap


Made with โค๏ธ for the Claude Code community

Powered by php-mcp/server


All versions of php-mcp-mysql with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
php-mcp/server Version ^3.3
ext-pdo Version *
ext-pdo_mysql Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package momodemo333/php-mcp-mysql contains the following files

Loading the files please wait ....