On slow computers the MCP server will fail to launch when ran with npx on Claude Desktop #259
olegbilovus
started this conversation in
General
Replies: 1 comment
-
|
Thanks for the heads-up! I wonder if you could add that to the Wiki here: https://github.com/coddingtonbear/obsidian-local-rest-api/wiki -- I think that'll be helpful for other folks who might be in a similar position. That all being said -- I wonder if there's just a way to configure Claude Desktop to allow more time for the service to start up? It wouldn't surprise me if there were a way of configuring the timeout you encountered. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The README suggest to use npx as the cmd but on slow computers it will fail to launch because it takes too much time. The solution is to install mcp-remote as a global pkg with
npm install -g mcp-remoteand then set the servers as:This is the error it will show if you use npx on a slow computer:
Beta Was this translation helpful? Give feedback.
All reactions