Complete MCP server suite for Disruptors AI development: 22 pre-configured servers for development, AI services, cloud platforms, and automation
This plugin is not yet in any themed marketplace. To install it, you'll need to add it from GitHub directly.
This plugin uses advanced features that require additional trust:
Only install plugins from repositories you trust. Review the source code before installation.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install disruptors-mcp-suite@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/disruptors-mcp-suite.json
Step 2: Install the plugin
/plugin install disruptors-mcp-suite@disruptors-mcp-suite
A comprehensive AI-powered marketing platform built with React, Vite, and Supabase, featuring advanced GSAP animations, 3D Spline integrations, and cutting-edge AI automation tools.
disruptors-ai-marketing-hub/
├── src/
│ ├── components/ # React components
│ │ ├── shared/ # Reusable components
│ │ ├── home/ # Homepage components
│ │ └── examples/ # Example implementations
│ ├── pages/ # Page components
│ ├── lib/ # Utility libraries
│ ├── hooks/ # Custom React hooks
│ └── utils/ # Helper functions
├── public/ # Static assets
├── tests/ # Test files
│ ├── unit/ # Unit tests
│ ├── integration/ # Integration tests
│ └── e2e/ # End-to-end tests
├── scripts/ # Build and utility scripts
├── docs/ # Documentation
├── supabase/ # Database migrations
└── schema.sql # Authoritative database schema
Clone the repository
git clone https://github.com/TechIntegrationLabs/disruptors-ai-marketing-hub.git
cd disruptors-ai-marketing-hub
Install dependencies
npm install
Environment Setup
cp .env.example .env.local
# Edit .env.local with your API keys
Database Setup
# Apply the database schema
npx supabase db push
Start Development Server
npm run dev
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm run lint
- Run ESLintnpm run generate:service-images
- Generate AI service imagesnpm run test:image-apis
- Test image generation APIsnpm run validate:image-apis
- Validate API configurationsnpm run mcp:start
- Start MCP serversnpm run mcp:status
- Check MCP server statusnpm run mcp:health
- Run health checksnpm run mcp:optimize
- Optimize MCP performancenpm run db:setup
- Initialize databasenpm run migrate
- Run database migrationsThe project uses a comprehensive PostgreSQL schema with the following key tables:
See schema.sql
for the complete database structure.
git checkout -b feature/amazing-feature
)git commit -m 'Add amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
For support and questions:
Built with ❤️ by the Disruptors AI team
1.0.0