MCP Catalogs
Home

octocode-mcp vs gitlab-mr-mcp

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

octocode-mcp
by bgauryy
gitlab-mr-mcp
by kopfrechner
Stars★ 832★ 89
30d uses
Score5247
Official
Categories
Developer ToolsAI / LLM ToolsGitHub
Developer ToolsGitHubProductivity
LanguageTypeScriptJavaScript
Last committhis monththis month

octocode-mcp · Summary

MCP server for semantic code research across GitHub/GitLab and local repositories with advanced LSP integration.

gitlab-mr-mcp · Summary

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

octocode-mcp · Use cases

  • Code exploration and pattern matching across public and private repositories
  • Advanced code analysis and documentation generation using AST and dependency graphs
  • Pull request review with LSP flow tracing across multiple domains

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

octocode-mcp · Install

Installation

Recommended: Octocode CLI

npx octocode-cli install

Manual MCP Configuration

Add to your MCP configuration file:

{
  "mcpServers": {
    "octocode": {
      "command": "npx",
      "args": ["octocode-mcp@latest"]
    }
  }
}

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"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.