Skip to main content
Glama
project.ts582 B
/** * Project configuration model */ export interface Project { /** Unique identifier for the project */ id: string; /** Display name */ name: string; /** File system paths for this project */ paths: string[]; /** GitHub URL (optional) */ github_url?: string; /** Paths to search for rules files */ rulesPaths: string[]; /** Project description (optional) */ description?: string; /** Whether this project is enabled */ enabled?: boolean; } export interface ProjectInfo { id: string; name: string; path: string; description?: 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/n8daniels/RulesetMCP'

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