MCP server for Rebase — give your coding agent the full context of every bug report.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp.rebase.dev": {
"command": "npx",
"args": [
"-y",
"rebasedotdev/mcp.rebase.dev"
]
}
}
}
Run in terminal:
claude mcp add mcp.rebase.dev npx -y rebasedotdev/mcp.rebase.dev
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp.rebase.dev": {
"command": "npx",
"args": [
"-y",
"rebasedotdev/mcp.rebase.dev"
]
}
}
}