Skip to main content
Glama

AI Code Toolkit

by AgiFlow
index.ts686 B
/** * Services Barrel Export * * DESIGN PATTERNS: * - Barrel pattern: Re-export all services from a single entry point * - Clean imports: Consumers import from '@package/services' instead of individual files * * CODING STANDARDS: * - Export all service classes * - Use named exports (no default exports) * - Keep alphabetically sorted for maintainability * * AVOID: * - Exporting service instances (export classes, not instances) * - Re-exporting types (types should come from '../types') */ export * from './ClaudeCodeService'; export * from './CodexService'; export * from './CursorService'; export * from './GeminiCliService'; export * from './GitHubCopilotService';

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/AgiFlow/aicode-toolkit'

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