mcpbeat Sign in

Rebase MCP Server

by rebasepro Your server? Claim it
local only

Rebase runs on your own machine — the client starts it, so there is no endpoint to ping. 1 223 installs a week from npm. Last commit 10 Sep 2026.

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

Installs per day peak 904 · avg 347 · -69% w/w
a month agotoday
1 223
Installs / week
npm · @rebasepro/mcp
8
Stars
7 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Rebase every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rebase -- npx -y @rebasepro/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rebase": {
      "args": [
        "-y",
        "@rebasepro/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rebase]
command = "npx"
args = ["-y", "@rebasepro/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rebase": {
      "args": [
        "-y",
        "@rebasepro/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rebase": {
      "args": [
        "-y",
        "@rebasepro/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Rebase

same job, measured the same way
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
Orionbelt Analytics
by ralfbecher

Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation

1 038 installs/wk local only
Platform
by somewhere

Backend for AI-built apps: database, auth, files, email, AI, payments, deploy, realtime. 170+ tools.

answering
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

20 installs/wk local only
I
Node Server Orchestrator
by shingwong

MCP server for orchestrating Node.js development servers (backend, frontend, databases, etc.)

17 installs/wk local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

36 installs/wk local only
ArcadeDB MCP Server
by arcadedb

Built-in MCP server for ArcadeDB multi-model database (graph, document, vector, time-series)

local only

Rebase — questions

Answers built from our own checks of this server.

Why is there no uptime for Rebase?
Rebase runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @rebasepro/mcp was installed 1 223 times last week.
How do I connect Rebase?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @rebasepro/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Rebase?
The npm package @rebasepro/mcp was installed 1 223 times in the last week. Week over week that is -69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rebase open source?
Yes — it is published under the MIT licence, written in TypeScript, 8 stars on GitHub and 7 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.