Skip to main content
Glama
388,637 tools. Last updated 2026-08-04 04:48

"Using PostgreSQL with n8n Workflow Automation" matching MCP tools:

  • Deploy a workflow to a live n8n instance by providing its JSON definition. Use with workflow.generate to turn a description into an active workflow.
    MIT
  • Retrieve details of a specific automation with its workflow, or list all automations with optional status filter and pagination.
    MIT
  • Audit n8n instance security by combining built-in API checks with deep workflow scanning for hardcoded secrets, unauthenticated webhooks, and error handling gaps. Get actionable markdown remediation steps.
    MIT
  • Access documentation and usage guides for n8n workflow automation tools to understand available capabilities and implementation methods.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • n8n MCP — query your own n8n instance (BYO).

  • Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.

  • Retrieve the complete nodes and connections JSON of a workflow by its ID from a live n8n instance for auditing or analysis.
    MIT
  • Fetch a workflow JSON by ID from n8n. Returns the full nodes and connections payload for auditing or analysis.
    MIT
  • Retrieve all n8n workflows with filters for active status, tags, and name. Supports paginated results using cursor for next page.
    MIT
  • Build and activate custom n8n workflows programmatically by defining nodes, connections, and settings. Supports automatic triggers for immediate workflow execution.
    MIT
  • Retrieve execution history to monitor automation performance and debug workflow failures. Filter by workflow ID or view all executions with status, timestamps, and workflow information.
    MIT
  • Activate or deactivate an n8n workflow by ID. Pass active=false to deactivate; default activates. Idempotent.
    MIT
  • Create a new n8n workflow with nodes and connections. Workflow is inactive by default; use activate_workflow to enable it.
    MIT
  • Get audit logs of n8n activities such as workflow changes, logins, and credential updates. Filter events by days or resource type for compliance monitoring.
    MIT
  • Permanently remove a workflow from your n8n instance using its ID. This action is irreversible; confirm with the user before execution.
    MIT
  • Deploy workflow templates from n8n.io to your n8n instance with auto-fix for expression format issues and automatic node type version upgrades.
    MIT
  • Retrieve a specific n8n workflow by ID, including metadata and optionally the full node graph for inspection or editing.
    MIT