Back to Browse

Rebase MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

13 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Project root — the directory holding rebase.json. Defaults to the working directory.Optional

Environment variable: REBASE_PROJECT_DIR

Backend URL, used when no local dev server is discovered.Optional

Environment variable: REBASE_BASE_URL

API token for the target project. Not needed against a local dev server.Required

Environment variable: REBASE_API_TOKEN

Allow destructive tools to run against a non-local target. Off by default.Optional

Environment variable: REBASE_MCP_ALLOW_REMOTE_WRITES

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rebasepro-rebase": {
      "env": {
        "REBASE_BASE_URL": "your-rebase-base-url-here",
        "REBASE_API_TOKEN": "your-rebase-api-token-here",
        "REBASE_PROJECT_DIR": "your-rebase-project-dir-here",
        "REBASE_MCP_ALLOW_REMOTE_WRITES": "your-rebase-mcp-allow-remote-writes-here"
      },
      "args": [
        "-y",
        "@rebasepro/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!