We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/non-dirty/imap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bug_report.md•895 B
---
name: Bug Report
about: Report a bug to help us improve
title: 'Bug: '
labels: 'type:bug, status:prioritized'
assignees: ''
---
## Bug Description
<!-- A clear and concise description of what the bug is -->
## Reproduction Steps
<!-- Steps to reproduce the behavior -->
1.
2.
3.
## Expected Behavior
<!-- A clear and concise description of what you expected to happen -->
## Actual Behavior
<!-- What actually happened -->
## Test Case
<!-- Describe a test case that would catch this bug -->
```python
# Test code here
```
## Environment
<!-- Please complete the following information -->
- Python version:
- OS:
- Package versions:
## Priority
<!-- How critical is this bug (1-highest to 10-lowest) -->
Priority:
## Additional Context
<!-- Add any other context about the problem here -->
## Possible Fix
<!-- If you have ideas on how to fix this bug, describe them here -->