computer mcp for Zed
io.github.agent360dk/computer-mcp
macOS computer use with the guardrails on: passwords blacked out, writes need consent, all logged.
client:Zed
transport:stdio
runtime:npm
Install computer mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"computer-mcp": {
"command": "npx",
"args": [
"-y",
"@agent360/computer-mcp"
],
"env": {
"CMCP_MODE": "<CMCP_MODE>",
"CMCP_ASK_TIMEOUT": "<CMCP_ASK_TIMEOUT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs