Skip to main content
Glama

GitLab + Jira MCP Server

by ashabbir
package.json940 B
{ "name": "mcp-gitlab-jira", "version": "0.1.0", "private": false, "description": "MCP server exposing read-only tools for GitLab and Jira", "type": "module", "bin": { "mcp-gitlab-jira": "bin/mcp-gitlab-jira" }, "scripts": { "dev": "tsx watch src/cli.ts", "build": "tsc -p tsconfig.json", "test": "vitest run --coverage", "test:watch": "vitest", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check ." }, "engines": { "node": ">=18" }, "keywords": ["mcp", "gitlab", "jira", "server"], "author": "", "license": "MIT", "dependencies": { "undici": "^6.19.8" }, "devDependencies": { "@types/node": "^20.11.30", "eslint": "^9.9.0", "prettier": "^3.3.3", "typescript": "^5.6.2", "vitest": "^2.0.5", "tsx": "^4.19.1", "zod": "^3.23.8", "@vitest/coverage-v8": "^2.0.5" } }

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/ashabbir/multi-mcp'

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