Skip to main content
Glama

mcp-google-sheets

appsumo.entity.ts481 B
import { EntitySchema } from 'typeorm' export type AppSumoPlan = { plan_id: string uuid: string activation_email: string } export const AppSumoEntity = new EntitySchema<AppSumoPlan>({ name: 'appsumo', columns: { uuid: { type: String, primary: true, }, plan_id: { type: String, }, activation_email: { type: String, }, }, indices: [], relations: {}, })

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