Skip to main content
Glama

Activepieces MCP Server

by eldoonreval
cache.tsβ€’368 B
import path from 'path' export const GLOBAL_CACHE_PATH = path.resolve('cache') export const GLOBAL_CACHE_COMMON_PATH = path.resolve('cache', 'common') export const GLOBAL_CODE_CACHE_PATH = path.resolve('cache', 'codes') export const ENGINE_PATH = path.join(GLOBAL_CACHE_COMMON_PATH, 'main.js') export enum CacheState { READY = 'READY', PENDING = 'PENDING', }

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