Docker Compose template that sets up a complete local AI environment with n8n workflow automation, Ollama, Qdrant vector store, and PostgreSQL.
Add this skill
npx mdskills install n8n-io/n8n-ai-starter-kitClear setup instructions for Docker-based AI stack but lacks agent-specific automation guidance
A Docker Compose template for setting up a complete self-hosted AI environment.
git clone https://github.com/n8n-io/self-hosted-ai-starter-kit
cd self-hosted-ai-starter-kit
docker compose --profile cpu up
For GPU support:
docker compose --profile gpu-nvidia up
Install via CLI
npx mdskills install n8n-io/n8n-ai-starter-kitn8n Self-Hosted AI Starter Kit is a free, open-source AI agent skill. Docker Compose template that sets up a complete local AI environment with n8n workflow automation, Ollama, Qdrant vector store, and PostgreSQL.
Install n8n Self-Hosted AI Starter Kit with a single command:
npx mdskills install n8n-io/n8n-ai-starter-kitThis downloads the skill files into your project and your AI agent picks them up automatically.
n8n Self-Hosted AI Starter Kit works with Claude Code, Chatgpt, Vscode Copilot, Codex. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.