Skip to main content
Glama
by microsoft
hostconfiguration.ts709 B
import { ModelConfiguration } from "./host" /** * Schema for a global configuration file */ export interface HostConfiguration { /** * Path to the .env file */ envFile?: string | string[] /** * List of glob paths to scan for genai scripts */ include?: string[] /** * Configures a list of known aliases. Overridden by environment variables and CLI arguments */ modelAliases?: Record<string, string | ModelConfiguration> /** * Model identifier to encoding mapping */ modelEncodings?: Record<string, string> /** * A map of secret name and their respective regex pattern */ secretPatterns?: Record<string, 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/microsoft/genaiscript'

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