Skip to content
Windsurf

fetchmux for Windsurf

io.github.krutftw/fetchmux

Self-hosted retrieval router for AI agents: budgets, provider routing, route receipts.

client:Windsurf transport:stdio runtime:npm

Install fetchmux 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": {
    "fetchmux": {
      "command": "npx",
      "args": [
        "-y",
        "@fetchmux/mcp"
      ],
      "env": {
        "FETCHMUX_BASE_URL": "<FETCHMUX_BASE_URL>",
        "FETCHMUX_API_KEY": "<FETCHMUX_API_KEY>"
      }
    }
  }
}

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

fetchmux in other clients