Skip to content
Zed

Mixpeek for Zed

io.github.mixpeek/mcp-server

Give your agent eyes. Search video, images, and audio via the Mixpeek multimodal retrieval API.

client:Zed transport:stdio runtime:npm

Install Mixpeek in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mixpeek/mcp"
      ],
      "env": {
        "MIXPEEK_API_KEY": "<MIXPEEK_API_KEY>",
        "MIXPEEK_NAMESPACE": "<MIXPEEK_NAMESPACE>",
        "MIXPEEK_API_BASE": "<MIXPEEK_API_BASE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Mixpeek in other clients