We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sage-hq/agentcortex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.mdโข1.35 KiB
# Pull Request
## Description
Brief description of the changes in this PR.
## Type of Change
- [ ] ๐ 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
- [ ] ๐ง Maintenance (dependency updates, build changes, etc.)
## Changes Made
- List the specific changes made
- Include any new files created
- Mention any files modified significantly
## Testing
- [ ] Tests pass locally
- [ ] Added tests for new functionality
- [ ] Tested with Claude Desktop
- [ ] Tested with Cursor (if applicable)
- [ ] Manual testing completed
## Screenshots (if applicable)
Include screenshots of any UI changes or terminal output.
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my 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
## Related Issues
Closes #(issue number)
## Additional Notes
Any additional information that reviewers should know.