Skip to main content
Glama

Jira MCP Toolset

by tbreeding
.gitlab-ci.yml813 B
image: 696577169457.dkr.ecr.eu-central-1.amazonaws.com/baseimages/node:18 stages: - test - analysis cache: key: files: - package-lock.json paths: - .npm/ include: - local: 'gitlabCI_CD/.gitlab-merge.yml' - local: 'gitlabCI_CD/.gitlab-development.yml' sonarqube-check: stage: analysis dependencies: - coverage-report image: name: sonarsource/sonar-scanner-cli:latest entrypoint: [''] variables: SONAR_USER_HOME: '${CI_PROJECT_DIR}/.sonar' # Defines the location of the analysis task cache GIT_DEPTH: '0' # Tells git to fetch all the branches of the project, required by the analysis task cache: key: '${CI_JOB_NAME}' paths: - .sonar/cache script: - sonar-scanner allow_failure: true rules: - if: $CI_COMMIT_BRANCH == 'master'

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/tbreeding/jira-mcp'

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