Skip to main content
Glama

Git MCP Server

index.ts536 B
/** * @fileoverview Barrel file for all resource definitions. * Re-exports all resource definitions and provides an array for easy iteration. * @module src/mcp-server/resources/definitions */ import { gitWorkingDirectoryResource } from './git-working-directory.resource.js'; /** * An array containing all resource definitions for easy iteration. * This is used by the registration system to automatically discover and register * all available resources. */ export const allResourceDefinitions = [gitWorkingDirectoryResource];

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