We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eragonht1/simple-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PULL_REQUEST_TEMPLATE.mdโข1.58 kB
## ๐ Description
Brief description of the changes in this PR.
## ๐ Related Issue
Fixes #(issue number)
## ๐ Type of Change
Please delete options that are not relevant:
- [ ] ๐ Bug fix (non-breaking change which fixes an issue)
- [ ] โจ New feature (non-breaking change which adds functionality)
- [ ] ๐ฅ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] ๐ Documentation update
- [ ] ๐ง Refactoring (no functional changes)
- [ ] โก Performance improvement
- [ ] ๐งช Test coverage improvement
## ๐งช Testing
Please describe the tests that you ran to verify your changes:
- [ ] Unit tests pass locally
- [ ] Integration tests pass locally
- [ ] Manual testing completed
- [ ] Added tests for new functionality
**Test Configuration:**
- Node.js version:
- OS:
- AI Assistant tested with:
## ๐ธ Screenshots (if applicable)
Add screenshots to help explain your changes.
## โ Checklist
Please check all that apply:
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
## ๐ Additional Notes
Add any additional notes, concerns, or questions for reviewers here.