mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 06:56:45 +00:00
feat: launch Vibeflow n8n v0.5.0
This commit is contained in:
commit
097f35215f
60 changed files with 2831 additions and 0 deletions
10
clients/codex/sample-config.toml
Normal file
10
clients/codex/sample-config.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Example Codex CLI MCP configuration
|
||||
# Adjust command, args, and environment to match your local n8n MCP setup.
|
||||
|
||||
[mcp_servers.n8n]
|
||||
command = "npx"
|
||||
args = ["-y", "n8n-mcp"]
|
||||
|
||||
[mcp_servers.n8n.env]
|
||||
N8N_BASE_URL = "http://localhost:5678"
|
||||
N8N_API_KEY = "replace-me"
|
||||
Loading…
Add table
Add a link
Reference in a new issue