Windsurf

  1. Open the file ~/.codeium/windsurf/mcp_config.json

  2. Add the code below to the JSON file.

  3. Press the refresh button in Windsurf (see the docs here)

Please replace 'YOUR_INSTALLATION_FOLDER' below with the folder you setup your uv environment in:

{
    "mcp": {
        "inputs": [],
        "servers": {
            "agentmode": {
                "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode",
                "env": {}
            }
        }
    }
}
Updated on