Skip to content

Sequential Thinking MCP server missing from new Copilot Chat / VS Code registry #2820

@lukaszwojcik89

Description

@lukaszwojcik89

Describe the bug
I noticed the Sequential Thinking MCP server (package: @modelcontextprotocol/server-sequential-thinking) is not listed in the VS Code / MCP registry (https://github.com/mcp?utm_source=vscode-website&utm_campaign=mcp-registry-server-launch-2025). I tried to install it from the official registry page but couldn't find it, so I installed it manually. The problem is that it isn't available officially — and my manual install is flaky: sometimes the tool loads and works, sometimes it doesn't.

To Reproduce
Steps to reproduce the behavior:

  1. Look for "sequentialthinking" in the VS Code MCP server list or at the official MCP registry page. You won't find it.
  2. Try to add it manually to your MCP config (example used by me):
"sequentialthinking": {
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-sequential-thinking"
  ],
  "type": "stdio"
}
  1. Reload/restart Copilot Chat or VS Code. Sometimes the server appears and the tool is usable; other times it does not show up or tool calls fail.

Expected behavior

  • Ideally the Sequential Thinking server would be available from the official MCP registry so it can be installed reliably from the UI.
  • If the server is intentionally not included, I expect clear notice in the docs or registry and guidance on whether it will be added, and how to run it reliably if I install it manually.

Logs
If helpful, I can attach:

  • VS Code / Copilot Chat console logs when trying to add/install the server.
  • NPX stdout/stderr from the manual install attempts.
  • Any error messages returned when calling the tool (e.g., "Unknown tool: sequentialthinking").

Additional context / questions

  • I tried installing from the official page and couldn't find it, so I resorted to manual NPX install.
  • Manual install behaves inconsistently — sometimes it works, sometimes not.
  • Is there a plan to list this server in the official MCP registry? If so, when?
  • Has anyone else experienced the same problem with community MCP servers not appearing in the registry or being unreliable when installed manually? Any known workarounds or best practices to make manual installs stable?

Report prepared by: @lukaszwojcik89

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions