Skip to main content
Glama
U3301__cached_modules.sql822 B
CREATE TABLE cached_modules ( id ident primary key default ident_create_v1(), schema_id ident NOT NULL, schema_name text NOT NULL, display_name text, category text, link text, color text, description text, component_type text NOT NULL, latest_hash text NOT NULL, created_at timestamp with time zone NOT NULL, package_data bytea ); CREATE INDEX IF NOT EXISTS latest_hash_idx ON cached_modules (latest_hash); CREATE INDEX IF NOT EXISTS schema_id_idx ON cached_modules (schema_id);

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'

If you have feedback or need assistance with the MCP directory API, please join our Discord server