Skip to main content
Glama
types.ts483 B
export interface Todo { id: string; title: string; description: string; complexity: number; codeExample?: string; isComplete: boolean; createdAt: string; updatedAt: string; } export interface Goal { id: string; description: string; createdAt: string; } export interface ImplementationPlan { goalId: string; todos: Todo[]; updatedAt: string; } export interface StorageData { goals: Record<string, Goal>; plans: Record<string, ImplementationPlan>; }

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/NightTrek/Software-planning-mcp'

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