We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fato07/log-analyzer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bug_report.yml•1.87 kB
name: Bug Report
description: Report a bug or unexpected behavior
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please fill out the form below.
- type: textarea
id: description
attributes:
label: What happened?
description: A clear description of the bug
placeholder: Describe what went wrong...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: What did you expect to happen?
placeholder: I expected...
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
description: How can we reproduce this issue?
placeholder: |
1. Run command '...'
2. Ask Claude to '...'
3. See error
validations:
required: true
- type: textarea
id: logs
attributes:
label: Log output
description: Paste any relevant error messages or log output
render: shell
validations:
required: false
- type: input
id: version
attributes:
label: Version
description: What version are you using?
placeholder: "0.4.2"
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System
options:
- macOS
- Linux
- Windows
- Other
validations:
required: true
- type: input
id: python
attributes:
label: Python version
placeholder: "3.11"
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Checklist
options:
- label: I have searched existing issues to make sure this isn't a duplicate
required: true