UNPKG

inboxassure-mcp-server

Version:

Comprehensive MCP server for InboxAssure email marketing platform with full API coverage including campaigns, replies, and email account management.

12 lines 308 B
export default { apps : [{ name : "mcpx-app", script : "/root/mcpx/src/cli.js", // Removed API key argument since it will be provided by clients args : "", env : { NODE_ENV: "production", // Add any other environment variables your app needs } }] };