We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zadarastorage/zadara-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
## Description
Briefly describe what this PR does.
## 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
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Other (please describe):
## Related Issue
Fixes #(issue number)
## Changes Made
Provide a detailed list of changes:
-
-
-
## Testing
Describe the tests you ran to verify your changes:
- [ ] Manual testing with Claude Desktop
- [ ] API testing with actual Zadara system
- [ ] Unit tests added/updated
- [ ] Test script passes (`python test.py`)
### Test Configuration
- Python Version:
- OS:
- Zadara VPSA Version (if applicable):
## Screenshots
If applicable, add screenshots to demonstrate the changes.
## Checklist
Please check all that apply:
### Code Quality
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated the README.md (if needed)
- [ ] I have updated EXAMPLES.md with usage examples (if needed)
- [ ] I have updated CHANGELOG.md
- [ ] I have added/updated docstrings
### Security
- [ ] I have not included any API keys or credentials
- [ ] My changes do not introduce security vulnerabilities
- [ ] I have reviewed the SECURITY.md guidelines
### Testing
- [ ] I have tested this with a real Zadara system
- [ ] My changes work with Python 3.8+
- [ ] I have verified error handling works correctly
## Breaking Changes
If this PR introduces breaking changes, describe them here and provide migration instructions.
## Additional Notes
Any additional information that reviewers should know.
## Reviewer Checklist
For maintainers:
- [ ] Code review completed
- [ ] Security review completed
- [ ] Documentation is adequate
- [ ] Tests are sufficient
- [ ] Ready to merge