Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
gitlab-mcp-server
by
yoda-digital
Verified
npm
GitHub
Version Control
Developer Tools
TypeScript
MIT License
305
3
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-gitlab-server
assets
.github
src
ai_code_of_conduct.md
CHANGELOG.md
.gitignore
glama.json
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
{ "name": "@yoda.digital/gitlab-mcp-server", "version": "0.2.6", "description": "GitLab MCP Server - A Model Context Protocol server for GitLab integration", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc && chmod +x dist/*.js", "start": "node dist/index.js", "dev": "ts-node --esm src/index.ts", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "gitlab-mcp-server": "./dist/index.js" }, "keywords": [ "gitlab", "mcp", "model-context-protocol", "llm", "ai", "integration" ], "author": "Ion (Nalyk) Calmis", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "cors": "^2.8.5", "express": "^4.18.2", "node-fetch": "^3.3.2", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.3" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.11.19", "@types/node-fetch": "^2.6.12", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/yoda-digital/mcp-gitlab-server.git" }, "bugs": { "url": "https://github.com/yoda-digital/mcp-gitlab-server/issues" }, "homepage": "https://github.com/yoda-digital/mcp-gitlab-server#readme" }