Manage n8n workflow automation instances through AI agent tools.
Best for Automating workflow maintenance by programmatically updating node configurations.
n8n Manager for AI Agents.
[!IMPORTANT] This repository is no longer being actively developed. The n8n instance management tools have been integrated into the more comprehensive n8n-mcp project, which provides a complete solution for n8n automation with AI agents. Please use n8n-mcp for the latestβ¦
What it does
- Full CRUD operations for n8n workflows
- Execution monitoring and management
- Webhook-based workflow triggering
- Health monitoring for n8n instance connectivity
- Cursor-based pagination for large result sets
Setup requirements
Requires 2 environment variables: N8N_URL, N8N_API_KEY. Available via Manual.
View n8n Manager for AI Agents details vs
Give Every Agent an Ephemeral Linux Sandbox β via MCP
Best for Running untrusted code or shell commands safely without exposing host system secrets.
Kilntainers is an MCP server that gives LLM agents isolated Linux sandboxes for executing shell commands.
π§° Multiple backends: Containers (Docker, Podman), cloud-hosted micro-VMs (Modal, E2B), and WebAssembly sandboxes (WASM BusyBox, or any WASM module). ποΈ Isolated per agent: Every agent gets its own dedicated sandbox β no shared state, no cross-contamination. π§Ή Ephemeral:β¦
What it does
- Isolated Linux sandboxes per agent session
- Support for multiple backends including Docker, Podman, and WASM
- Ephemeral lifecycle with automatic cleanup after session termination
- Secure design preventing agent secret exposure to the sandbox
- Scalable architecture for parallel agent execution
View Kilntainers details Biggest differences
Comparen8n Manager for AI AgentsKilntainers
Best forAutomating workflow maintenance by programmatically updating node configurations.Running untrusted code or shell commands safely without exposing host system secrets.
StandoutFull CRUD operations for n8n workflows.Isolated Linux sandboxes per agent session.
SetupManual, needs 2 env vars, http transport.uv, stdio transport.
Transporthttpstdio
Community54 GitHub stars36 GitHub stars
Bottom line
Pick n8n Manager for AI Agents if...Automating workflow maintenance by programmatically updating node configurations. Full CRUD operations for n8n workflows. Manual, needs 2 env vars, http transport.
Pick Kilntainers if...Running untrusted code or shell commands safely without exposing host system secrets. Isolated Linux sandboxes per agent session. uv, stdio transport.
The real split here is workflow fit, not raw counts. n8n Manager for AI Agents: Automating workflow maintenance by programmatically updating node configurations. Kilntainers: Running untrusted code or shell commands safely without exposing host system secrets. Public traction is fairly close (54 vs 36 stars).