We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cristianoaredes/mcp-mobile-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
feature_request.yml•1.04 KiB
name: Feature request
description: Suggest an idea for this project
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a feature! Please fill the details below.
- type: input
id: summary
attributes:
label: Summary
description: Short description of the feature
placeholder: e.g., Support for iOS screenshot annotations
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem statement
description: What problem does this feature solve?
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed solution
description: How would you like it to work?
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: This is not a duplicate of an existing issue
required: true