Skip to content
Grok

Rebase for Grok

io.github.rebasepro/rebase

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

client:Grok transport:stdio runtime:npm

Install Rebase in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "rebase": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Rebase in other clients