VS Code
Learn how to set up the Mixedbread MCP server with Visual Studio Code.
Prerequisites
Before we configure VS Code, make sure you have the following:
- Visual Studio Code installed
- GitHub Copilot Chat extension
- Node.js 22+ installed
- A Mixedbread API key from our platform
Configuration
VS Code configures MCP servers via a configuration file named mcp.json
.
-
Open the configuration file
From the Command Palette, run:
Copy to clipboard This will open
mcp.json
for your current scope. -
Add a Mixedbread server entry
Add the following to your
mcp.json
:Copy to clipboard - inputs defines a secure prompt for entering your Mixedbread API key.
- servers configures Mixedbread to connect over stdio using mcp-remote.
- env passes the API key into the connection securely.
Enable and Use in Agent Mode
-
Open Copilot Chat in Agent Mode.
-
Select the Tools button and ensure
Mixedbread
is enabled. -
Test the connection with a simple command:
Copy to clipboard
Now you can manage your Stores and perform Search directly from VS Code.
References
Last updated: October 8, 2025