Skip to content
Windsurf

Mixpeek for Windsurf

io.github.mixpeek/mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install Mixpeek in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Mixpeek in other clients