We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NU-AquaLab/thealeph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PULL_REQUEST_TEMPLATE.md•795 B
# 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
- [ ] Performance improvement
- [ ] Code refactoring
## Testing
- [ ] Tests pass locally
- [ ] API connectivity test passes
- [ ] MCP protocol test passes
- [ ] Added tests for new functionality (if applicable)
## Changes Made
- List the specific changes made in this PR
- Include any breaking changes
- Note any new dependencies
## Related Issues
Fixes #(issue number)
## Additional Notes
Any additional information that reviewers should know.