Skip to main content
Glama

Integration App MCP Server

Official
by membranehq
get-all-actions.ts497 B
import { IntegrationAppClient } from '@integration-app/sdk'; import { fetchAllWithPagination } from './fetch-with-pagination'; export function getAllActionsForIntegration({ integrationId, membrane, }: { integrationId: string; membrane: IntegrationAppClient; }) { const fetchFn = async ({ cursor }: { cursor?: string }) => { const actions = await membrane.actions.find({ integrationId, cursor, }); return actions; }; return fetchAllWithPagination(fetchFn); }

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/membranehq/mcp-server'

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