Hey everyone, so I am making mcp agents which makes agent even more smarter and I have installed a community nodes that was made by nerd.io shoutout to that guy
and I went to github documentation of nerd.io he mentioned about setting an enviornment variable the code is this ```
N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true
he also sent various type of codes depending on which hosting platform you are using. actually I am using local hosting platform on command prompt in windows 11
which is free.
but the problem is how can I set up an enviornment variable on windows 11 like I tried on command prompt but its not working
Hey there, try and update to the latest n8n version first. I had a lot of setup issues before with the Docker edition not seeing the variable correctly via DigitalOcean.
I made a video on MCP as well as the issues and how I fixed them here: https://www.youtube.com/watch?v=eqCIB1fBSn8 (Fast forward to around the 12 min mark to see how I got it working via a Docker update for n8n)
Here are my steps:
Find where your docker image is (On my end it was located in opt/n8n-docker-caddy
Once you navigate there write the following command:
sudo docker compose pull
Once done, then simply run:
sudo docker compose up -d