We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Collections Page Verification Test
Generated: 2025-09-25
Status: IN PROGRESS
## Test Objective
Verify that the SQLAlchemy enum casting error has been resolved after:
- Removing Python bytecode cache files (__pycache__)
- Restarting backend container
- Implementing PostgreSQL enum workaround
## Test Plan
1. Navigate to collections page: https://mcp-vultr.l.supported.systems/collections
2. Check for 500 Internal Server Error
3. Verify page loads successfully
4. Check browser console for JavaScript errors
5. Test basic functionality
## Test Results
### Manual Verification Test
Running direct HTTP test to verify collections page status...