We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tarunjain15/mcp-tool-factory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.test.example•596 B
# Task 5.10: Supabase Test Environment Configuration
#
# Copy this file to .env.test and fill in your Supabase test instance credentials
# Tests will automatically use Supabase if these variables are set, otherwise fall back to SQLite
# Supabase test project URL
NEXT_PUBLIC_SUPABASE_URL=https://your-test-project.supabase.co
# Supabase service role key (with admin privileges for test database)
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key-here
# Note: Use a separate Supabase project for testing (not production!)
# The test suite will create/modify/delete conversation data during tests