Plugins for MCP Apps development
npx claudepluginhub ditto190/mcapp-ai-starterClaude Code skill for building MCP Apps with interactive UIs
Self-hosted AI Starter Kit is an open-source Docker Compose template designed to swiftly initialize a comprehensive local AI and low-code development environment.

Curated by https://github.com/n8n-io, it combines the self-hosted n8n platform with a curated list of compatible AI products and components to quickly get started with building self-hosted AI workflows.
[!TIP] Read the announcement
Mandatory: Every agent working on this project must read these documents in order before starting any tasks.
This project uses isolated git worktrees and coordinated agent orchestration for parallel AI-driven development:
feature/agent-foo) with independent git worktreeAgent creates worktree → Makes changes → Tests pass → Commits & pushes
↓
Orchestrator detects new commits → Creates draft PR → Requests reviews
↓
Reviews approved → Orchestrator auto-merges → All agents sync to latest main
↓
Migration-analyst verifies any migration/ code before final approval
↓
Next agent task ready | ContextStream persists entire workflow history
Agents must follow these rules or face auto-rejection:
✅ Self-hosted n8n - Low-code platform with over 400 integrations and advanced AI components
✅ Ollama - Cross-platform LLM platform to install and run the latest local LLMs
✅ Qdrant - Open-source, high performance vector store with an comprehensive API
✅ PostgreSQL - Workhorse of the Data Engineering world, handles large amounts of data safely.
⭐️ AI Agents for scheduling appointments
⭐️ Summarize Company PDFs securely without data leaks
⭐️ Smarter Slack Bots for enhanced company communications and IT operations
⭐️ Private Financial Document Analysis at minimal cost
git clone https://github.com/n8n-io/self-hosted-ai-starter-kit.git
cd self-hosted-ai-starter-kit
cp .env.example .env # you should update secrets and passwords inside
git clone https://github.com/n8n-io/self-hosted-ai-starter-kit.git
cd self-hosted-ai-starter-kit
cp .env.example .env # you should update secrets and passwords inside
docker compose --profile gpu-nvidia up