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
U0002__modules_table.sql•568 B
CREATE TABLE modules
(
id ident primary key default ident_create_v1(),
name text NOT NULL,
description text,
owner_user_id ident NOT NULL,
owner_display_name text,
metadata json,
latest_hash char(64) NOT NULL,
latest_hash_created_at timestamp with time zone,
created_at timestamp with time zone NOT NULL DEFAULT CLOCK_TIMESTAMP()
);