Zed
Learn how to set up the Mixedbread MCP server with Zed.
Prerequisites
Before we configure Zed, make sure you have the following:
- Zed installed
- Node.js 22+ installed
- A Mixedbread API key from our platform
Configuration
Zed configures MCP servers via a configuration file named settings.json
.
Method 1 — Edit settings.json
-
Open Zed settings:
- Command Palette → Zed: Open settings
-
Add the Mixedbread MCP server by adding the following JSON to your
settings.json
:Copy to clipboard - source specifies a custom context server.
- command runs mcp-remote with the Mixedbread MCP endpoint.
- env sets an environment variable with your API key.
Replace
YOUR_MIXEDBREAD_API_KEY
with your actual key from the Mixedbread platform. -
Save your settings. Zed will start the server shortly after saving. You can confirm status in the Agent Panel.
Method 2 — Add via Agent Panel UI
- Open the Agent Panel → Settings.
- Click Add Custom Server.
- Fill in the fields:
- Name: mixedbread
- Command: npx
- Args:
-y
mcp-remote@latest
https://www.mcp.mixedbread.com/api/mcp
--header
Authorization:${MXBAI_AUTH_HEADER}
- Env:
MXBAI_AUTH_HEADER=Bearer YOUR_MIXEDBREAD_API_KEY
- Save. The server should appear in the panel with a status indicator.
Verification
Now let's confirm the integration is working.
-
Open the Agent Panel → Settings.
-
Confirm the status dot next to
Mixedbread
is green and the tooltip says "Server is active." -
Test the connection with a simple command:
Copy to clipboard
Now you can manage your Stores and perform Search directly from Zed.