-
Notifications
You must be signed in to change notification settings - Fork 4.9k
"Not connected" error #644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Based on the logs you've provided, I'll draft a comprehensive issue message for GitHub: Issue: Sequential Thinking MCP Server Dependency Error in Claude DesktopProblem DescriptionThe Sequential Thinking MCP server fails to initialize due to a missing dependency. While the server begins to start and successfully connects, it crashes when trying to import the MCP SDK. Environment
Error DetailsThe server consistently fails with this error:
Reproduction Steps
LogsI've attached the logs showing multiple failed initialization attempts. The pattern is consistent:
Attempted SolutionsI've tried:
This appears to be a dependency resolution issue where the Sequential Thinking server is looking for a specific version of the SDK ( Thank you! |
same issue |
Same problem, examples do not work with Claude Desktop |
the cline auto added conf is : "github.com/modelcontextprotocol/servers/blob/main/src/sequentialthinking": { you should change "@modelcontextprotocol/server-sequentialthinking" to "@modelcontextprotocol/server-sequential-thinking" |
This works for me for now as a workaround, just use an older version. For the server-filesystem for example, use: |
I work around this by git cloning the servers and then go inside the sequentialthinking folder and ran npm install and npm run build. and now the json looks like this: |
Same issue on MacOS |
this mcp server is working in Cursor on one of my machines, but the other one just says "client closed" |
On Windows 11:
I was unable to successfully set up the Sequential Thinking MCP server. I encountered a "Not connected" error despite trying various configuration changes and troubleshooting steps. I suspect there might be a deeper issue with the MCP server setup or the extension's handling of MCP servers that I'm unable to resolve with the available tools and information.
When I run:
I get :
Sequential Thinking MCP Server running on stdio
if cline runs it:
Error Error executing MCP tool: Not connected
The text was updated successfully, but these errors were encountered: