We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srthkdev/dbeaver-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
feature_request.yml•710 B
name: Feature Request
description: Suggest a new feature
labels: ["enhancement"]
body:
- type: textarea
id: problem
attributes:
label: Problem
description: What problem does this solve?
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: How should it work?
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Other approaches you've thought about
- type: dropdown
id: priority
attributes:
label: Priority
options:
- Nice to have
- Important
- Critical