zed -sequential-thinking
A sequential thinking MCP server extension for Zed
claude mcp add --transport stdio loamstudios-zed-mcp-server-sequential-thinking node path/to/server.js \ --env SEQUENTIAL_THINKING_CONTEXT_SERVER="description or placeholder"
How to use
This MCP server extension integrates the Sequential Thinking context server with Zed's Agent Panel, enabling Zed to query and leverage sequential reasoning capabilities as part of its AI workflows. Once installed, the extension exposes a context server endpoint that Zed can connect to in order to retrieve sequential-thinking insights, plan actions, or reason through multi-step tasks in a coordinated fashion. Use the Zed Extension Manager to enable this MCP extension, then configure the Zed Agent Panel to point to the Sequential Thinking context server as a context source. The extension acts as a bridge, allowing Zed to incorporate Sequential Thinking outputs into prompts, task planning, and agent reasoning flows within the UI.
How to install
Prerequisites:
- Node.js installed on your system (or the environment where Zed runs extensions)
- Access to the Zed Extensions marketplace or the ability to install extensions from a local/package source
Installation steps:
- Obtain the MCP server extension package for Zed Sequential Thinking (e.g., loamstudios-zed-mcp-server-sequential-thinking).
- Install the package in your Zed environment via the preferred method:
- If using a marketplace or built-in extension manager: search for and install the extension named 'loamstudios-zed-mcp-server-sequential-thinking'.
- If installing locally via npm: npm install loamstudios-zed-mcp-server-sequential-thinking
- Ensure Node.js is available since this extension runs a Node-based server wrapper. If using a different runtime, adapt the command accordingly (see mcp_config).
- Start or enable the extension so that Zed can discover and connect to the MCP server. This might involve reloading Zed extensions or restarting the Zed application.
- In Zed, navigate to Extensions and enable the Sequential Thinking MCP server extension, then verify that the context server endpoint is reachable from the Agent Panel.
Additional notes
Tips:
- If you already have a running Sequential Thinking context server, ensure the MCP extension is configured to point to the correct endpoint in Zed.
- Check Zed extension logs for connection status between the Agent Panel and the Sequential Thinking context server. Look for initial handshake messages and any auth or network-related errors.
- If environment variables are required (for example, API keys or endpoints for Sequential Thinking), set them in the mcp_config under env. Common issues include network access restrictions or mismatched endpoint URLs.
- The exact path to server.js in the mcp_config should reflect your deployment layout; adjust "path/to/server.js" to the actual entry script in your environment.
Related MCP Servers
rust -schema
A type-safe implementation of the official Model Context Protocol (MCP) schema in Rust.
turbovault
MCP server that transforms your Obsidian vault into an intelligent knowledge system
zed -figma
A Framelink Figma MCP server extension for Zed
mcp-loxone
An opinionated Model Context Protocol (MCP) server for controlling Loxone home automation systems.
zed -linear
A Linear MCP Server Extension for Zed
ultrafast
High-performance, ergonomic Model Context Protocol (MCP) implementation in Rust