Skip to main content
Glama
by hongsw
githubIntegration.d.tsβ€’705 B
import { Agent } from './agentManager.js'; export interface GitHubConfig { owner: string; repo: string; branch?: string; path?: string; } export declare class GitHubIntegration { private config; private downloadStats; constructor(config: GitHubConfig); fetchAgentFromGitHub(agentName: string, language?: string): Promise<Agent | undefined>; fetchAllAgentsFromGitHub(): Promise<Agent[]>; private fetchFromGitHub; private parseAgentFile; private trackDownload; getDownloadStats(): Map<string, number>; getMostDownloaded(limit?: number): Array<{ name: string; downloads: number; }>; } //# sourceMappingURL=githubIntegration.d.ts.map

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/hongsw/pair-role-mcp-server'

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