vibeflow-n8n/clients/opencode/config-snippets.md
2026-04-12 13:33:57 -03:00

638 B

OpenCode config snippets

These snippets are examples. Replace placeholder URLs and names with your real n8n MCP configuration.

Guided setup

opencode mcp add
opencode mcp list

Example opencode.jsonc

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "n8n": {
      "type": "remote",
      "url": "https://YOUR-N8N-MCP-ENDPOINT",
      "enabled": true
    }
  }
}

Suggested agent instruction

When the task is about n8n workflows, use the n8n MCP server and follow the Vibeflow n8n repository contract. Produce a normalized plan first, then build, validate, and report.