-
Open the file ~/.codeium/windsurf/mcp_config.json
-
Add the code below to the JSON file.
-
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": {}
}
}
}
}