Having Trouble with Claude Desktop #202
Unanswered
WealthyWHYte
asked this question in
Q&A
Replies: 1 comment
-
|
One thing I would try is removing /tree/main from the gitmcp URL and using the repository root form only, because some wrappers are strict about the expected endpoint shape. I would also check whether npx mcp-remote works from a normal terminal first, outside Claude Desktop, so you can separate transport issues from client registration issues. |
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.
-
So Im attempting to build Multiple AI systems for N8N via this project, following this YouTube video(https://youtu.be/yfpVU_uEpy4)
And I am attempting to add these MCPs to my Claude config file....
https://gitmcp.io/Zie619/n8n-workflows
https://gitmcp.io/upstash/context7
https://gitmcp.io/czlonkowski/n8n-mcp
https://gitmcp.io/leonardsellem/n8n-mcp-server
{ "mcpServers": { "n8n-mcp-server Docs": { "command": "npx", "args": [ "mcp-remote", "https://gitmcp.io/leonardsellem/n8n-mcp-server" ] }, "n8n-mcp Docs": { "command": "npx", "args": [ "mcp-remote", "https://gitmcp.io/czlonkowski/n8n-mcp" ] }, "context7 Docs": { "command": "npx", "args": [ "mcp-remote", "https://gitmcp.io/upstash/context7" ] }, "n8n-workflows Docs": { "command": "npx", "args": [ "mcp-remote", "https://gitmcp.io/Zie619/n8n-workflows/tree/main" ] } } }Via the code for Claude desktop, and when I start Claude over, I get an error saying it cannot attach to the servers, and when I attempt to look in the developer, all servers say "Error
Server disconnected"
Beta Was this translation helpful? Give feedback.
All reactions