Skip to main content
Glama

Activepieces MCP Server

by eldoonreval
table.tsβ€’283 B
import { Static, Type } from '@sinclair/typebox' import { BaseModelSchema } from '../common' export const Table = Type.Object({ ...BaseModelSchema, name: Type.String(), projectId: Type.String(), externalId: Type.String(), }) export type Table = Static<typeof Table>

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