mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 06:36:42 +00:00
12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"mcpServers": {
|
|
"n8n": {
|
|
"command": "npx",
|
|
"args": ["-y", "n8n-mcp"],
|
|
"env": {
|
|
"N8N_BASE_URL": "http://localhost:5678",
|
|
"N8N_API_KEY": "replace-me"
|
|
}
|
|
}
|
|
}
|
|
}
|