GitLab API MCP Config
Manage repositories, CI/CD pipelines, and merge requests through your AI agent.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/gitlab.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/gitlab.json to fetch programmatically.
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": ["-y","@gitlab/mcp-server"],
"env": {
"GITLAB_TOKEN": "your_gitlab_token"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/gitlab.jsonEnvironment Variables
GITLAB_TOKENReplace your_gitlab_token with your actual gitlab token
Endpoints
GET
/projectsList projects
GET
/projects/{id}/merge_requestsList merge requests
GET
/projects/{id}/pipelinesList pipelines