|
I'm trying to setup Home Assistant MCP into Visual Studio Code through a direct connection without the use of stdio or anything. But I'm confused about where I actually add an authentication token, and I'm not sure what I need to add to the config so that I can actually authenticate responses. |
Replies: 1 comment 2 replies
|
You right. Something got lost in the instructions. When using the Home Assistant Addon, it will generate a private (secret) URL that can ben then put behind a reverse proxy (if you are using it remotely). See Home assistant addon logs to get it. However, using uvx with VSCode is simpler. try that #392 (comment) or the "local machine" instructions for VSCode. Since there is so many ways of using an the MCP server (and all MCP server in general), things gets confusing. We need to re-think the setup instructions. |

You right. Something got lost in the instructions.
When using the Home Assistant Addon, it will generate a private (secret) URL that can ben then put behind a reverse proxy (if you are using it remotely). See Home assistant addon logs to get it.
However, using uvx with VSCode is simpler. try that #392 (comment) or the "local machine" instructions for VSCode.
Since there is so many ways of using an the MCP server (and all MCP server in general), things gets confusing. We need to re-think the setup instructions.