Skip to main content
Glama

Jira-GitLab MCP Server

by gabbar910
agent_config.yaml1.3 kB
# Jira-GitHub Agent Configuration # This file configures the automated agent that monitors Jira issues and creates GitHub branches mcp: # MCP server connection settings host: "ws://localhost:8765" retries: 3 retry_delay: 10 # seconds between retries timeout: 30 # connection timeout in seconds jira: # Jira project and issue monitoring settings project_key: "BTS" # Change to your Jira project key monitored_tags: - "urgent" - "auto-branch" - "AI-Fix" - "auto-fix" status_filters: - "To Do" - "Open" check_interval: 300 # Check for new issues every 5 minutes github: # GitHub repository settings repo_owner: "gabbar910" # Change to your GitHub username/org repo_name: "MCPJiraGitlab" # Change to your repository name base_branch: "dev" branch_prefix: "feature/" branch_suffixes: ["fix", "hotfix", "patch", "update"] agent: # Agent behavior settings max_concurrent_issues: 5 log_level: "INFO" dry_run: false # Set to true for testing without actual changes # Branch naming convention: {branch_prefix}{issue_key}-{suffix} # Example: feature/DEMO-123-fix # Status transitions jira_status_on_branch_create: "In Development" # Error handling skip_existing_branches: true continue_on_error: true

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/gabbar910/MCPJiraGitlab'

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