We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bhaveshrmahajan/mysql-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•724 B
# Contributing to MySQL MCP Server
Thank you for your interest in contributing! We welcome contributions from the community.
## How to Contribute
1. **Fork the repository** on GitHub.
2. **Clone your fork** locally.
3. **Create a branch** for your feature or bug fix.
4. **Make your changes**.
5. **Test your changes** (ensure the server builds and runs).
6. **Submit a Pull Request** to the `main` branch.
## Development Setup
1. Clone the repo: `git clone https://github.com/bhaveshrmahajan/mysql-mcp-server.git`
2. Install dependencies: `npm install`
3. Build the project: `npm run build`
## Code Style
- Use TypeScript.
- Follow existing patterns for Tools and Resources.
- Ensure proper error handling.