mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 10:56:41 +00:00
638 B
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.