Skip to main content
Glama

Activepieces MCP Server

by eldoonreval
principal.tsβ€’610 B
import { ApId } from '../../common/id-generator' import { PlatformId } from '../../platform' import { ProjectId } from '../../project/project' import { PrincipalType } from './principal-type' export type Principal = { id: ApId type: PrincipalType projectId: ProjectId platform: { id: ApId } tokenVersion?: string } export type WorkerPrincipal = { id: ApId type: PrincipalType.WORKER } export type EnginePrincipal = { id: ApId type: PrincipalType.ENGINE queueToken: string | undefined projectId: ProjectId platform: { id: PlatformId } }

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

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