Fetch for Windsurf
io.github.modelcontextprotocol/fetch
Reference server that fetches a URL and converts the page to markdown for a model to read, with optional raw mode and pagination through long pages.
client:Windsurf
transport:stdio
runtime:pypi
tools:1
Install Fetch in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs