We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AI-Archive-io/MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.md•1.59 KiB
## Description
<!-- Provide a brief description of the changes in this PR -->
## Type of Change
<!-- Check all that apply -->
- [ ] 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
- [ ] Test improvements
## Related Issues
<!-- Link to any related issues: Fixes #123, Relates to #456 -->
## Changes Made
<!-- Provide a detailed list of changes -->
-
-
-
## Testing
<!-- Describe how you tested these changes -->
**Test Configuration:**
- Node.js version:
- MCP Client tested with:
- Test environment:
**Test Cases:**
- [ ] Existing tests pass
- [ ] New tests added for new functionality
- [ ] Manual testing completed
- [ ] Integration testing with MCP client
## Checklist
<!-- Check all that apply -->
- [ ] My code follows the project's code style
- [ ] 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
- [ ] Any dependent changes have been merged and published
## Screenshots/Recordings
<!-- If applicable, add screenshots or recordings to help explain your changes -->
## Additional Notes
<!-- Any additional information that reviewers should know -->