Skip to main content
Glama

Activepieces MCP Server

by eldoonreval
todo.module.tsβ€’275 B
import { FastifyPluginAsyncTypebox } from '@fastify/type-provider-typebox' import { todoController } from './todo.controller' export const todoModule: FastifyPluginAsyncTypebox = async (fastify) => { await fastify.register(todoController, { prefix: '/v1/todos' }) }

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