You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claude Desktop, in free version, not allows to connect remote server. You can overcome, for testing purpose only, with a proxy library called `mcp-remote`. These are the options.
145
-
146
-
### Option 1:
147
-
If you have already installed Node.js v18+, it should work:
145
+
If you have already installed Node.js v20.17.0+, it should work:
148
146
149
147
* replace `rag` mcpServer, setting in `claude_desktop_config.json`:
If for any reason Claude desktop has issue in starting this connection, even recent Node has been installed:
165
-
166
-
* find the absolute position:
167
-
```bash
168
-
which node
169
-
```
170
-
171
-
* create a file in `<PROJECT_DIR>/src/client/mcp/rag/` named `claude-remote-wrapper.sh`, with the absolute path to Node. For example, if you have `Node v20.17.0`:
if you have any other versions available than the default. It could happen that Claude Desktop uses the older one. Try to remove any other nvm versions available to force the use the only one avalable, at minimum v20.17.0+.
0 commit comments