feat: add node extraction scripts and Docker setup for n8n modules

This commit is contained in:
czlonkowski
2025-06-09 00:33:17 +02:00
parent 3d7fdeba02
commit 6851d2f253
20 changed files with 737 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
},
"n8n-nodes": {
"command": "node",
"args": ["/Users/romualdczlonkowski/Pliki/n8n-mcp/n8n-mcp/dist/index-v2.js"],
"env": {
"NODE_DB_PATH": "/Users/romualdczlonkowski/Pliki/n8n-mcp/n8n-mcp/data/nodes-v2.db"
}
}
}
}