Skip to main content
Glama
213,242 tools. Last updated 2026-06-19 14:30

"A tool or feature in GitLab for parsing code" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • GitLab MCP — wraps the GitLab REST API v4 (BYO API key)

  • GitLab Public MCP — wraps the GitLab REST API v4 (public endpoints, no auth)

  • Retrieve the changes between two branches or commits in a GitLab project. Identify diffs to review code differences and track modifications.
    MIT
  • Retrieve file metadata, syntax parsing status, and code chunks to enable evidence-based code understanding and planning.
  • Create new issues in GitLab projects to track bugs, tasks, or feature requests. Specify project path, title, description, labels, and assignees.
    MIT
  • Create a new branch in a GitLab project by specifying the project path, branch name, and source reference for development or feature work.
    MIT
  • Create new issues in GitLab projects to track bugs, tasks, or feature requests with titles, descriptions, assignees, labels, and milestones.
    MIT
  • Create or update a file in a GitLab project by specifying project ID, file path, content, commit message, and branch. This tool manages file operations for repository workflows.
    MIT
  • Retrieve and filter projects within a GitLab group using criteria like visibility, programming language, or feature availability to manage development resources.
    MIT
  • Create new issues in GitLab projects to track tasks, bugs, or feature requests with titles, descriptions, assignees, labels, and milestones.
    MIT
  • Extract and process code from a GitLab repository branch as structured text for AI analysis and processing.
    Apache 2.0
  • Remove a feature flag from the codebase while preserving the correct code path. Get step-by-step instructions for cleaning up flag checks, imports, and testing.
    MIT
  • Generate TQL parsers to convert log events into structured data for security analysis. Analyze JSON, CSV, syslog, or key-value formats to create parsing code with type conversions and schema transformations.
    Apache 2.0
  • Set a feature to a specific value for targeted environments using conditions. Use this tool to enforce feature behavior in specific scenarios, ideal for controlled rollouts or conditional overrides.
    MIT