Skip to content
Windsurf

MCP Stdio for Windsurf

io.github.shigechika/mcp-stdio

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

client:Windsurf transport:stdio runtime:pypi

Install MCP Stdio in Windsurf

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

{
  "mcpServers": {
    "mcp-stdio": {
      "command": "uvx",
      "args": [
        "mcp-stdio"
      ]
    }
  }
}

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

MCP Stdio in other clients