We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pazuzu1w/ubuntu_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bug_report.md•1.55 KiB
---
name: Bug Report
about: Create a report to help us improve the security and functionality
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Security Impact
**Important**: If this is a security vulnerability, please email security@yourproject.com instead of creating a public issue.
- [ ] This is not a security vulnerability
- [ ] This could potentially be a security issue (please email instead)
## Steps to Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
A clear and concise description of what actually happened.
## Environment Information
- **OS**: [e.g. Ubuntu 22.04]
- **Python Version**: [e.g. 3.9.5]
- **MCP Server Version**: [e.g. 1.0.0]
- **Security Policy**: [e.g. secure/dev/custom]
- **Claude Desktop Version** (if applicable): [e.g. 1.0.0]
## Configuration
```json
// If using custom config, paste relevant sections here
// Remove any sensitive information
```
## Error Messages
```
Paste any error messages here
```
## Logs
```
// Relevant log entries from /tmp/ubuntu_mcp_audit.log
// Remove any sensitive information like file paths
```
## Additional Context
Add any other context about the problem here.
## Checklist
- [ ] I have read the troubleshooting section in README.md
- [ ] I have tested with both secure and dev policies
- [ ] I have checked the audit logs for security violations
- [ ] I have confirmed this is not a security vulnerability