Code_analysis banner
kingler kingler

Code_analysis

Git community intermediate

Description

This project provides tools for analyzing, categorizing, and storing n8n workflows across multiple database types:

Installation

Terminal
claude install-skill https://github.com/kingler/n8n_agent

README

n8n Workflow Vectorization and Knowledge Graph

This project provides tools for analyzing, categorizing, and storing n8n workflows across multiple database types:

    undefined

MCP Integrations

This project now includes Model Context Protocol (MCP) integrations for:

    undefined

Project Structure

    undefined

Setup and Installation

1. Process Workflows

The `workflow-parser.js` script processes n8n workflow files, extracting metadata and generating descriptions:

npm run parse
# or
node workflow-parser.js

This creates enriched workflow data in the `processed-workflows/` directory.

2. Configure Environment Variables

Copy the example environment file and update with your settings:

cp .env.example .env
# Edit .env with your configuration

3. MCP Integrations

QDRANT MCP Integration


...