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
feature_request.yml•1.69 kB
name: Feature Request
description: Suggest a new feature or improvement
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a feature! Please fill out the form below.
- type: textarea
id: problem
attributes:
label: Problem or use case
description: What problem are you trying to solve? What's your use case?
placeholder: I'm trying to analyze logs from... but currently I have to...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: How would you like this to work?
placeholder: It would be great if the tool could...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Have you considered any workarounds or alternatives?
placeholder: I tried using... but it doesn't work because...
validations:
required: false
- type: dropdown
id: priority
attributes:
label: How important is this feature to you?
options:
- Nice to have
- Important - affects my workflow
- Critical - blocking my use case
validations:
required: true
- type: checkboxes
id: contribute
attributes:
label: Contribution
options:
- label: I would be willing to help implement this feature
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