We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OrionPotter/dbhub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
show_elapsed.sql•203 B
-- SQLite doesn't have information_schema like MySQL
-- This is a simpler version that just shows when the script was run
SELECT 'Database loaded at ' || datetime('now', 'localtime') AS completion_time;