Skip to main content
Glama
index.ts1.2 kB
import { AIProviderAuthConfig, AIProviderConfig, AIProviderName } from '@activepieces/shared' import { AIProviderStrategy } from './ai-provider' import { anthropicProvider } from './anthropic-provider' import { azureProvider } from './azure-provider' import { cloudflareGatewayProvider } from './cloudflare-gateway-provider' import { googleProvider } from './google-provider' import { openAICompatibleProvider } from './openai-compatible-gateway-provider' import { openaiProvider } from './openai-provider' import { openRouterProvider } from './openrouter-provider' export const aiProviders: Record<AIProviderName, AIProviderStrategy<AIProviderAuthConfig, AIProviderConfig>> = { [AIProviderName.OPENAI]: openaiProvider, [AIProviderName.ANTHROPIC]: anthropicProvider, [AIProviderName.OPENROUTER]: openRouterProvider, [AIProviderName.AZURE]: azureProvider, [AIProviderName.GOOGLE]: googleProvider, [AIProviderName.CLOUDFLARE_GATEWAY]: cloudflareGatewayProvider, [AIProviderName.CUSTOM]: openAICompatibleProvider, [AIProviderName.ACTIVEPIECES]: { ...openRouterProvider, name: 'Activepieces', }, } export { AIProviderStrategy } from './ai-provider'

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/activepieces/activepieces'

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