Skip to main content
Glama
types.ts572 B
export interface ProcessConfig { command: string args: string[] cwd?: string env?: Record<string, string> startupDelay?: number // ms to wait after starting before checking status // readyPattern?: string // TODO: Implement in v4.0 } export interface ProcessesConfig { [key: string]: ProcessConfig } export interface Config { processes: ProcessesConfig } export type ProcessStatus = 'stopped' | 'starting' | 'running' | 'error' export interface ProcessInfo { name: string status: ProcessStatus pid?: number startTime?: Date error?: string }

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/brennancheung/mcp-rewatch'

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