Skip to main content
Glama

GitLab MCP Server

by rifqi96
package.json863 B
{ "name": "mcp-gitlab", "version": "0.1.0", "description": "A gitlab MCP server that enables you to interact with your gitlab account. Get diff, analyse MR, review MR, cherry-picks, etc have never been easier.", "private": true, "type": "module", "bin": { "mcp-gitlab": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"import('fs').then(fs => fs.chmodSync('build/index.js', '755'))\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "install-hooks": "cp -f git-hooks/pre-commit .git/hooks/ && chmod +x .git/hooks/pre-commit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.3" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rifqi96/mcp-gitlab'

If you have feedback or need assistance with the MCP directory API, please join our Discord server