Provides comprehensive management of n8n automation workflows, including tools to list, create, update, and execute workflows, manage credentials and execution history, and perform semantic searches across workflow patterns.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@n8n-fabricfind any workflows related to automated email marketing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
n8n-fabric
Workflow Automation Fabric Layer
n8n-fabric wraps n8n with an MCP server, Qdrant vector storage, and Redis caching—making workflows searchable, memorable, and orchestratable alongside git-steer and aiana.
Architecture
Features
MCP Server
Full n8n API access - Workflows, executions, credentials, nodes
Semantic search - Find workflows by meaning, not just name
Cross-fabric coordination - Works with git-steer and aiana
Workflow Intelligence
Vector embeddings - Workflows stored in Qdrant for similarity search
Pattern recognition - "How did I handle webhook → transform → API?"
Playbook recall - Find and reuse proven workflow patterns
Infrastructure
Docker Compose - One command to run full stack
Redis caching - Fast workflow metadata and execution state
PostgreSQL - n8n's persistent storage
Quick Start
Docker Compose (Recommended)
Local Development
MCP Tools
Workflow Management
Tool | Description |
| List all workflows with metadata |
| Get workflow by ID (full JSON) |
| Create new workflow from JSON |
| Update existing workflow |
| Delete workflow |
| Activate workflow |
| Deactivate workflow |
| Execute workflow manually |
| Semantic search across workflows |
Execution Management
Tool | Description |
| List executions with filters |
| Get execution details and data |
| Delete execution |
| Retry failed execution |
| Stop running execution |
Credentials & Nodes
Tool | Description |
| List credential names (no secrets) |
| Create new credential |
| Delete credential |
| List available node types |
| Get node type details |
System & Status
Tool | Description |
| n8n health and version |
| Full stack health check |
| Sync workflows to Qdrant |
Configuration
Environment Variables
Variable | Description | Default |
| n8n API URL |
|
| n8n API key | (required) |
| Qdrant URL |
|
| Redis URL |
|
| n8n encryption key | (required for production) |
Note: Ports 6343 and 6389 are used to avoid conflicts with existing Qdrant/Redis instances.
Claude Desktop Integration
Fabric Ecosystem
n8n-fabric is part of the ry-ops fabric ecosystem:
Fabric | Role | MCP Tools |
n8n-fabric | Workflow execution, playbooks | Workflows, executions, credentials |
git-steer | Repo lifecycle, version control | Repos, branches, security, PRs |
aiana | Semantic memory, pattern recall | Memory search, context injection |
Cross-Fabric Examples
Documentation
CLAUDE.md - AI assistant context
Architecture - Technical design
ADR-001 - Fabric design decisions
License
MIT License - see LICENSE file for details.
Repository: github.com/ry-ops/n8n-fabric
Status: Alpha - Initial Development
Version: 0.1.0
Updated: 2026-02-04