Skip to main content
Glama

Git MCP Server

index.ts543 B
/** * @fileoverview Barrel file for the storage module. * This file re-exports the main storage service and interfaces, providing a single * entry point for other parts of the application to interact with the storage layer. * @module src/storage */ export type { IStorageProvider, StorageOptions, ListOptions, ListResult, } from './core/IStorageProvider.js'; export { createStorageProvider } from './core/storageFactory.js'; export { StorageService } from './core/StorageService.js'; export * from './core/storageValidation.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