We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thebusted/mcp-mysql-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
question.md•1012 B
---
name: Question
about: Ask a question about usage or configuration
title: '[QUESTION] '
labels: question
assignees: ''
---
## Your Question
Ask your question clearly and concisely.
## What You've Tried
Describe what you've already tried or researched:
- [ ] Read the [README.md](../../README.md)
- [ ] Checked [QUICKSTART.md](../../QUICKSTART.md)
- [ ] Reviewed [examples/](../../examples/) directory
- [ ] Searched existing issues
## Context
Provide context about what you're trying to accomplish:
**Goal:**
What are you trying to achieve?
**Current Setup:**
- Runtime: Bun / Node.js
- MCP Client: Claude Code / Codex CLI / Other
- MySQL Version:
**Configuration:**
```env
# Relevant parts of your configuration
MYSQL_HOST=localhost
ALLOW_INSERT_OPERATION=false
# etc...
```
## Example
If applicable, provide an example of what you're trying to do:
```sql
-- Example query or use case
SELECT * FROM ...
```
## Additional Information
Any other information that might help answer your question.