GitLab MCP Integration
Guide for integrating GitLab repository management with PraisonAI agents using MCP
Add GitLab Tool to AI Agent
Quick Start
Install Dependencies
Make sure you have Node.js installed, as the MCP server requires it:
Set API Keys
Set your GitLab credentials as environment variables in your terminal:
Create a file
Create a new file gitlab_agent.py
with
the following code:
Run the Agent
Execute your script:
Requirements
- Python 3.10 or higher
- Node.js installed on your system
- GitLab Personal Access Token
- OpenAI API key (for the agent’s LLM)