computer mcp for Windsurf
io.github.agent360dk/computer-mcp
macOS computer use with the guardrails on: passwords blacked out, writes need consent, all logged.
client:Windsurf
transport:stdio
runtime:npm
Install computer mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"computer-mcp": {
"command": "npx",
"args": [
"-y",
"@agent360/computer-mcp"
],
"env": {
"CMCP_MODE": "<CMCP_MODE>",
"CMCP_ASK_TIMEOUT": "<CMCP_ASK_TIMEOUT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs