name: 🐛 Bug Report
description: Report a bug to help us improve Nexus
title: '[Bug]: '
labels: ['bug', 'triage']
assignees: []
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to report a bug! Please provide as much detail as possible to help us reproduce and fix the issue.
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is.
placeholder: Describe the bug...
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Detailed steps to reproduce the issue
placeholder: |
1. Run `npx nexus-mcp --stdio`
2. Connect to MCP client
3. Send search request
4. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What you expected to happen
placeholder: The search should return results...
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened
placeholder: Instead, an error occurred...
validations:
required: true
- type: dropdown
id: client
attributes:
label: MCP Client
description: Which MCP client are you using?
options:
- Claude Desktop
- Cursor
- Custom MCP client
- Other (specify in description)
validations:
required: true
- type: input
id: node-version
attributes:
label: Node.js Version
description: Output of `node --version`
placeholder: v18.17.0
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System
description: What OS are you running?
options:
- Windows
- macOS
- Linux
- Other (specify in description)
validations:
required: true
- type: textarea
id: logs
attributes:
label: Error Logs
description: Include any relevant error messages or logs
render: text
placeholder: Paste error logs here...
- type: textarea
id: additional
attributes:
label: Additional Context
description: Any additional context about the problem
placeholder: Add any other context about the problem here...
- type: checkboxes
id: terms
attributes:
label: Checklist
description: Please confirm the following
options:
- label: I have searched existing issues to ensure this bug hasn't been reported before
required: true
- label: I have included all relevant information above
required: true
- label: I am willing to help test a fix if provided
required: false
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adawalli/nexus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server