Skip to main content
Glama

mcp-google-sheets

index.ts513 B
import { createPiece, PieceAuth } from "@activepieces/pieces-framework"; import { query } from "./lib/actions/query"; import { PieceCategory } from "@activepieces/shared"; export const graphql = createPiece({ displayName: "GraphQL", auth: PieceAuth.None(), minimumSupportedRelease: '0.30.0', logoUrl: "https://cdn.activepieces.com/pieces/graphql.svg", categories:[PieceCategory.CORE], authors: ['mahmuthamet'], actions: [query], triggers: [], });

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

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