Skip to main content
Glama

Git MCP Server

index.ts425 B
/** * @fileoverview LLM service barrel export. * Provides centralized access to LLM providers, interfaces, and types. * @module src/services/llm */ // Export core interfaces export type { ILlmProvider, OpenRouterChatParams, } from './core/ILlmProvider.js'; // Export provider implementations export { OpenRouterProvider } from './providers/openrouter.provider.js'; // Export types export type * from './types.js';

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/cyanheads/git-mcp-server'

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