n8n-coolify-mcp-tools

wrediam/n8n-coolify-mcp-tools
★ 13 stars Unknown language AI/LLM Updated 3mo ago
This workflow leverages the Community n8n MCP Client and my new Coolify MCP Server to interact with your Coolify infrastructure using MCP (Model Context Protocol).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "n8n-coolify-mcp-tool": {
      "command": "npx",
      "args": [
        "-y",
        "wrediam/n8n-coolify-mcp-tools"
      ]
    }
  }
}