Skip to content
Zed

SideButton MCP Server for Zed

io.github.sidebutton/sidebutton

Open-source MCP server with browser automation and knowledge packs for AI agents

client:Zed transport:stdio runtime:npm

Install SideButton MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "sidebutton": {
      "command": "npx",
      "args": [
        "-y",
        "@sidebutton/server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

SideButton MCP Server in other clients