Skip to main content
Glama
schema.ts401 B
export interface UserConfig { id?: number; workspace_path: string; slack_token: string; refresh_token?: string | null; default_channel?: string | null; format_template: string; created_at: string; updated_at: string; } const DEFAULT_TEMPLATE = `*EOD Status ({date})* {summary} {pending} {planTomorrow}`; export function getDefaultTemplate(): string { return DEFAULT_TEMPLATE; }

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/SackeyDavid/cursor-eod-mcp'

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