diff --git a/README.md b/README.md index d44ded7..1159b01 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,12 @@ Add to Claude Desktop config: "mcpServers": { "n8n-mcp": { "command": "node", - "args": ["/absolute/path/to/n8n-mcp/dist/mcp/index.js"] + "args": ["/absolute/path/to/n8n-mcp/dist/mcp/index.js"], + "env": { + "MCP_MODE": "stdio", + "LOG_LEVEL": "error", + "DISABLE_CONSOLE_OUTPUT": "true" + } } } } diff --git a/nodes.db b/nodes.db new file mode 100644 index 0000000..e69de29