Skip to main content
Glama
001-add-indexed-at-column.sql325 B
-- Add indexed_at column to track when documents were last indexed -- Step 1: Add the column allowing NULLs (SQLite limitation workaround) ALTER TABLE documents ADD COLUMN indexed_at DATETIME; -- Step 2: Update existing rows to set the timestamp UPDATE documents SET indexed_at = CURRENT_TIMESTAMP WHERE indexed_at IS NULL;

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/arabold/docs-mcp-server'

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