MCP Catalogs
Home

gitlab-mr-mcp vs github-brain

Side-by-side comparison to help you pick between these two MCP servers.

gitlab-mr-mcp
by kopfrechner
github-brain
by wham
Stars★ 89★ 75
30d uses
Score4746
Official
Categories
Developer ToolsGitHubProductivity
GitHubDeveloper ToolsAI / LLM Tools
LanguageJavaScriptGo
Last committhis month3 mo ago

gitlab-mr-mcp · Summary

GitLab MR MCP server allows AI agents to interact with GitLab repositories to manage merge requests and issues.

github-brain · Summary

GitHub Brain MCP server summarizes GitHub discussions, issues, and PRs with local database for fast responses.

gitlab-mr-mcp · Use cases

  • AI-powered code review automation where an AI agent analyzes merge requests and provides automated feedback
  • Project management assistance through AI that helps track and manage issues across multiple GitLab projects
  • Development workflow integration where AI tools can directly interact with GitLab to streamline development processes

github-brain · Use cases

  • Summarizing GitHub discussions and pull requests for team meetings
  • Analyzing user contributions in a specific time period
  • Creating efficient reports on GitHub activities without hitting API limits

gitlab-mr-mcp · Install

Installation

Using Smithery (Recommended)

npx -y @smithery/cli@latest install @kopfrechner/gitlab-mr-mcp --client claude --config '{"gitlabMrMcpToken":"YOUR_GITLAB_TOKEN", "gitlabMrMcpHost": "YOUR_GITLAB_HOST"}'

Manual Installation

  1. Clone the repository: git clone https://github.com/kopfrechner/gitlab-mr-mcp.git
  2. Install dependencies: npm install
  3. Configure your MCP client (e.g., Claude Desktop) with:
{
  "mcpServers": {
    "gitlab-mr-mcp": {
      "command": "node",
      "args": ["/path/to/gitlab-mr-mcp/index.js"],
      "env": {
        "MR_MCP_GITLAB_TOKEN": "your_gitlab_token",
        "MR_MCP_GITLAB_HOST": "your_gitlab_host"
      }
    }
  }
}

github-brain · Install

npm i -g github-brain

Or with npx:

npx github-brain@latest

MCP Configuration

Claude Desktop

Add to Claude MCP configuration:

{
  "mcpServers": {
    "github-brain": {
      "type": "stdio",
      "command": "github-brain",
      "args": ["mcp"],
      "env": {
        "ORGANIZATION": "your-org"
      }
    }
}
Comparison generated from public README + GitHub signals. Last updated automatically.