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
question.md•1.19 KiB
---
name: Question / Help
about: Ask a question or get help with setup
title: '[QUESTION] '
labels: 'question'
assignees: ''
---
## ❓ Question / Help Request
**What are you trying to do?**
Describe what you're trying to accomplish.
**What have you tried?**
Let us know what steps you've already taken.
**Environment:**
- OS: [e.g. Windows 11]
- WSL Distribution: [e.g. Ubuntu 22.04]
- Node.js Version: [e.g. 18.17.0]
**Diagnostic Output:**
If you're experiencing issues, please run `npm run debug` and include relevant output:
```
[Paste relevant output here]
```
**Question:**
Please ask your specific question here.
**Additional context:**
Add any other context or screenshots that might be helpful.
---
**Quick Help:**
Before posting, you might find answers in:
- [ ] [README.md](../README.md) - Installation and basic usage
- [ ] [TROUBLESHOOTING.md](../TROUBLESHOOTING.md) - Common issues and solutions
- [ ] [GitHub Discussions](../../discussions) - Community Q&A
- [ ] Existing issues - Someone might have had the same question
**Self-Help Tools:**
- Run `npm run debug` for diagnostics
- Run `npm run fix` for automatic problem resolution
- Check `npm run check-config` for configuration issues