yggdrasil-mcp-server
Verified Safeby sramkrishna
Overview
Connects AI assistants to GitLab and (soon) GitHub for read-only (by default) operations like listing issues and merge requests, acting as a multi-modal communication protocol server.
Installation
No command providedSecurity Notes
The server wraps and executes external CLI tools (`glab`, `gh`). While read-only mode is default for GitLab, enabling write operations (by setting `READ_ONLY=False`) without robust input sanitization could pose command injection risks from AI assistant inputs.
Similar Servers
github-mcp-server
The GitHub MCP Server enables AI agents, assistants, and chatbots to interact with GitHub's platform for repository management, issue/PR automation, CI/CD intelligence, code analysis, and team collaboration through natural language.
gitlab-mr-mcp
Enables AI agents to programmatically interact with GitLab merge requests and issues via the Model Context Protocol.
gitlab-mr-mcp
Connects an AI assistant to GitLab to manage merge requests, CI/CD pipelines, and code reviews, enabling natural language interaction.
gitlab-api
This project provides a Python wrapper for GitLab, serving as an MCP (Model Context Protocol) server to expose GitLab APIs as tools for LLMs, and an A2A (Agent-to-Agent) multi-agent system for delegated GitLab task management with a knowledge graph.