Skip to main content
Glama
index.ts568 B
// AI module exports export { default as AIAssistant } from "./AIAssistant.vue"; // AI types and interfaces export interface AIConfig { id: string; name: string; provider: "openai" | "anthropic" | "google" | "custom"; model: string; apiKey: string; baseUrl?: string; temperature?: number; maxTokens?: number; systemPrompt?: string; enabled: boolean; createdAt: Date; updatedAt: Date; } export interface AITemplate { id: string; name: string; description: string; category: string; config: Partial<AIConfig>; isBuiltIn: boolean; }

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/zaizaizhao/mcp-swagger-server'

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