Skip to main content
Glama

Createve.AI Nexus

by spgoodman
index.jsβ€’660 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.credentialTypes = exports.nodeTypes = void 0; /** * Export all node and credential definitions in a way that works with n8n */ // The actual node and credential classes const CreateveAI_node_1 = require("./nodes/CreateveAI.node"); const CreateveAIApi_credentials_1 = require("./credentials/CreateveAIApi.credentials"); // Exports for n8n to discover the nodes and credentials exports.nodeTypes = { CreateveAI: CreateveAI_node_1.CreateveAI, }; exports.credentialTypes = { CreateveAIApi: CreateveAIApi_credentials_1.CreateveAIApi, }; //# sourceMappingURL=index.js.map

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/spgoodman/createveai-nexus-server'

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