Skip to main content
Glama

SEQ MCP Server

by RoeeJ
types.ts900 B
export interface SeqEvent { Id: string; TimeStamp: string; Level: 'Verbose' | 'Debug' | 'Information' | 'Warning' | 'Error' | 'Fatal'; MessageTemplate: string; RenderedMessage: string; Properties: Record<string, unknown>; Exception?: string; } export interface SeqSearchResult { Events: SeqEvent[]; Statistics: { ElapsedMilliseconds: number; ScannedEventCount: number; }; } export interface SeqSignal { Id: string; Title: string; Description?: string; Filters: Array<{ Filter?: string; FilterNonStrict?: string; Description?: string; }>; } export interface SeqConfig { url: string; apiKey?: string; defaultLimit?: number; timeout?: number; } export interface SearchOptions { filter?: string; count?: number; startAt?: string; afterId?: string; signal?: string; render?: boolean; fromDateUtc?: string; toDateUtc?: string; }

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/RoeeJ/seq-mcp'

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