We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnalyticAce/BinanceMCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bug_report.yml•1.12 kB
name: 🐛 Bug Report
description: Report a bug or unexpected behavior
title: "[Bug]: "
labels: ["bug"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thank you for reporting a bug! Please fill out the form below carefully.
- type: input
id: what-happened
attributes:
label: What happened?
description: Describe the bug clearly.
placeholder: "Something broke when..."
validations:
required: true
- type: input
id: expected-behavior
attributes:
label: Expected behavior
description: What should have happened?
placeholder: "It should have..."
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: How can we reproduce the issue?
placeholder: |
1. Go to '...'
2. Click on '...'
3. See error
validations:
required: true
- type: dropdown
id: environment
attributes:
label: Environment
description: Where did this happen?
options:
- "Development"
- "Production"
- "Other"