We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gunjanjp/linuxshell-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bug_report.md•1.31 KiB
---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: 'bug'
assignees: ''
---
## 🐛 Bug Report
**Environment:**
- OS: [e.g. Windows 11]
- WSL Distribution: [e.g. Ubuntu 22.04]
- Node.js Version: [e.g. 18.17.0]
- Claude Desktop Version: [e.g. 0.10.14]
**Describe the bug:**
A clear and concise description of what the bug is.
**To Reproduce:**
Steps to reproduce the behavior:
1. Go to '...'
2. Run command '...'
3. See error
**Expected behavior:**
A clear and concise description of what you expected to happen.
**Actual behavior:**
What actually happened instead.
**Diagnostic Output:**
Please run `npm run debug` and include the relevant output:
```
[Paste debug output here]
```
**Screenshots/Logs:**
If applicable, add screenshots or log files to help explain your problem.
**Additional context:**
Add any other context about the problem here.
**Possible Solution:**
If you have an idea of what might be causing the issue or how to fix it, please share.
---
**Troubleshooting Checklist:**
- [ ] I have run `npm run debug` and included the output
- [ ] I have tried `npm run fix` to see if it resolves the issue
- [ ] I am using the latest version of the project
- [ ] I have checked the troubleshooting guide (TROUBLESHOOTING.md)
- [ ] I have searched for existing issues with the same problem