We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/billylui/cortex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
feature_request.yml•1.05 KiB
name: Feature Request
description: Suggest a new feature or improvement
title: "[Feature] "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thank you for suggesting a feature. Please describe your use case so we can understand what you need.
- type: textarea
id: problem
attributes:
label: Problem
description: What problem does this feature solve? What are you trying to do that is difficult or impossible today?
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the solution you'd like. Include example tool calls or API shapes if relevant.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Describe any alternative solutions or workarounds you've considered.
- type: textarea
id: context
attributes:
label: Additional Context
description: Any other context, examples, or references.