Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WORKFLOWS_PATHYesPath to your n8n workflows directory

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
listB

List all n8n workflows in this project (use deployed to see workflows in n8n)

readC

Read a specific n8n workflow JSON file

createB

Create a new n8n workflow with REAL nodes only (no mock/placeholder nodes allowed). IMPORTANT: Use dashes in filenames, not underscores (e.g., "my-workflow" not "my_workflow")

updateC

Update an existing n8n workflow

analyzeC

Analyze a workflow structure and dependencies

infoC

Get project or workflow structure information

validateC

Validate a workflow structure and check for common issues

add_nodeC

Add a REAL n8n node to workflow (no mock/placeholder nodes allowed)

connectC

Create a connection between two nodes in a workflow

generateC

Generate a workflow from template using REAL n8n nodes (no mock/placeholder nodes). IMPORTANT: Use dashes in filenames, not underscores

compileC

Compile all workflows by injecting external code/prompt files

deployC

Deploy workflows to n8n instance - handles all n8n import commands internally

exportC

Export workflows from n8n - replaces "n8n export:workflow" command

executeA

Execute/test an n8n workflow - DO NOT use bash n8n commands, use this tool instead

deployedA

List all workflows in n8n instance - replaces "n8n list:workflow" command

list_credentialsB

List all credentials in n8n with their IDs - use these IDs in workflow nodes

activateC

Activate or deactivate a workflow in n8n

startA

Start n8n server - replaces "n8n start" command

statusB

Show deployment status of workflows (which are deployed, which need deployment)

extract_codeC

Extract code nodes to separate files in workflows/nodes/ for better editing

list_codeC

List all extracted code nodes

create_moduleC

Create a shared code module that can be used across workflows

credentialsA

Analyze credential requirements for workflows (secure - never exposes actual values)

add_trackingC

Add generic workflow execution tracking to a workflow (stores data via HTTP requests)

configure_trackingC

Configure global tracking settings for workflows

add_checkpointC

Add a checkpoint save/restore capability to a workflow

generate_appC

Generate a Next.js app for managing workflow data within the current project

Prompts

Interactive templates invoked by user choice

NameDescription
create_n8n_workflowCreate a new n8n workflow for a specific use case
optimize_workflowOptimize an existing n8n workflow

Resources

Contextual data attached and managed by the client

NameDescription
General AI InstructionsGeneral instructions for working with n8n workflows
Process InstructionsInstructions for workflow creation process
Repository InstructionsRepository-specific instructions

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mckinleymedia/mcflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server