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
{
"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