We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpmux/mcp-mux'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bug_report.yml•1.18 KiB
name: Bug Report
description: Report a bug in McpMux
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for reporting a bug! Please fill out the details below.
- type: input
id: version
attributes:
label: McpMux Version
description: Which version are you running?
placeholder: e.g. 0.1.0
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System
options:
- Windows
- macOS
- Linux
validations:
required: true
- type: textarea
id: description
attributes:
label: What happened?
description: Describe what you expected vs what actually happened.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: How can we reproduce this?
placeholder: |
1. Open McpMux
2. Go to...
3. Click on...
validations:
required: true
- type: textarea
id: logs
attributes:
label: Logs / Screenshots
description: Paste any relevant log output or screenshots.
validations:
required: false