REBUSS.Pure

rebuss/REBUSS.Pure
★ 0 stars C# 🤖 AI/LLM Updated 1mo ago
REBUSS.Pure is a lightweight MCP (Model Context Protocol) server designed to enable intelligent pull request analysis by AI agents such as GitHub Copilot.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rebuss.pure": {
      "command": "npx",
      "args": [
        "-y",
        "rebuss/REBUSS.Pure"
      ]
    }
  }
}