We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Yussefgafer/MyMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
01-initial-schema.sql•186 B
DROP TABLE IF EXISTS "quran";
CREATE TABLE "quran" (
"id" INTEGER PRIMARY KEY AUTOINCREMENT,
"chapter_id" INTEGER NOT NULL,
"number" INTEGER NOT NULL,
"content" TEXT NOT NULL
);