We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devakone/mysql-query-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.md•1.08 KiB
## Description
<!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. -->
## Type of Change
<!-- Please delete options that are not relevant. -->
- [ ] Bug fix (non-breaking change which fixes an issue) - `fix:`
- [ ] New feature (non-breaking change which adds functionality) - `feat:`
- [ ] Documentation update - `docs:`
- [ ] Performance improvement - `perf:`
- [ ] Code refactoring (no functional changes) - `refactor:`
- [ ] Build/CI related changes - `ci:`
- [ ] Other (please describe):
## Breaking Change?
- [ ] Yes (will cause existing functionality to change)
- [ ] No
## Checklist
- [ ] My code follows the project's coding style
- [ ] I have performed a self-review of my own code
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] My commit messages follow the [conventional commits](https://www.conventionalcommits.org/) standard
## Additional Information
<!-- Any additional information that might be needed -->