We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ahmedelshazly27/opendss-mcp-server1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: Feature Request
description: Suggest a new feature or enhancement
title: "[Feature]: "
labels: ["enhancement", "needs-triage"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a new feature! Please fill out the form below.
- type: textarea
id: problem
attributes:
label: Problem Statement
description: Is your feature request related to a problem? Please describe.
placeholder: I'm frustrated when...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the solution you'd like
placeholder: I would like to be able to...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Describe any alternative solutions or features you've considered
placeholder: I've also considered...
- type: textarea
id: use-case
attributes:
label: Use Case
description: Describe your use case and how this feature would help
placeholder: This would help me...
validations:
required: true
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this feature to you?
options:
- "Critical - Blocking my work"
- "High - Important for my workflow"
- "Medium - Would be nice to have"
- "Low - Just an idea"
validations:
required: true
- type: dropdown
id: category
attributes:
label: Category
description: What category does this feature fall into?
options:
- "New MCP Tool"
- "Enhancement to Existing Tool"
- "Performance Improvement"
- "Documentation"
- "Developer Experience"
- "Testing"
- "Other"
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional Context
description: Add any other context, screenshots, or examples about the feature request
placeholder: Any additional information...
- type: checkboxes
id: checks
attributes:
label: Pre-submission Checks
description: Please confirm the following
options:
- label: I have searched existing issues to ensure this is not a duplicate
required: true
- label: This feature aligns with the project's goals
required: true
- label: I would be willing to contribute to implementing this feature
required: false