Skip to content
Zed

Rebase for Zed

io.github.rebasepro/rebase

Schema, database, document, user and dev-server tools for a Rebase backend project.

client:Zed transport:stdio runtime:npm

Install Rebase in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "rebase": {
      "command": "npx",
      "args": [
        "-y",
        "@rebasepro/mcp"
      ],
      "env": {
        "REBASE_PROJECT_DIR": "<REBASE_PROJECT_DIR>",
        "REBASE_BASE_URL": "<REBASE_BASE_URL>",
        "REBASE_API_TOKEN": "<REBASE_API_TOKEN>",
        "REBASE_MCP_ALLOW_REMOTE_WRITES": "<REBASE_MCP_ALLOW_REMOTE_WRITES>"
      }
    }
  }
}

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

Rebase in other clients