We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trose/ice-locator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
feature_request.yml•2.73 kB
name: Feature Request
description: Suggest a new feature or enhancement
title: "[Feature] "
labels: ["enhancement", "needs-triage"]
body:
- type: markdown
attributes:
value: |
Thank you for suggesting a new feature! Please provide details below.
- type: textarea
id: problem
attributes:
label: Problem Statement
description: What problem does this feature solve?
placeholder: "I'm frustrated when..."
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: What would you like to happen?
placeholder: "I would like..."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: What alternatives have you considered?
placeholder: "Alternative approaches..."
validations:
required: false
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this feature?
options:
- Low - Nice to have
- Medium - Would improve workflow
- High - Blocking current work
- Critical - Required for basic functionality
validations:
required: true
- type: dropdown
id: category
attributes:
label: Feature Category
description: What category does this feature fall into?
options:
- Search functionality
- Anti-detection
- Performance
- Documentation
- API/Tools
- Configuration
- Security
- User Experience
- Other
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use Case
description: Describe your specific use case
placeholder: "I need this feature because..."
validations:
required: true
- type: textarea
id: implementation
attributes:
label: Implementation Ideas
description: Any ideas on how this could be implemented?
placeholder: "This could be implemented by..."
validations:
required: false
- type: checkboxes
id: compatibility
attributes:
label: Compatibility
description: Compatibility considerations
options:
- label: This feature should maintain backward compatibility
- label: Breaking changes are acceptable for this feature
- label: This feature affects the public API
- label: This feature requires configuration changes
- type: textarea
id: additional
attributes:
label: Additional Context
description: Any other context, mockups, or examples
validations:
required: false