REBUSS.Pure is a lightweight MCP (Model Context Protocol) server designed to enable intelligent pull request analysis by AI agents such as GitHub Copilot.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"rebuss.pure": {
"command": "npx",
"args": [
"-y",
"rebuss/REBUSS.Pure"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add rebuss.pure npx -y rebuss/REBUSS.Pure
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"rebuss.pure": {
"command": "npx",
"args": [
"-y",
"rebuss/REBUSS.Pure"
]
}
}
}
📋 Copy