Provides tools for reading files, creating issues and pull requests, deleting files, and managing repositories with proper permission controls and security enforcement.
Enables creation and management of issues, searching with JQL, updating issue fields, adding comments, transitioning issues through workflows, and managing project workflows with OAuth authentication.
GitHub-Jira MCP Server
A comprehensive Model Context Protocol (MCP) server that provides secure integration between GitHub and Jira with proper permission controls and security enforcement.
🛠️ Installation
Prerequisites
- Python 3.11+
- GitHub Personal Access Token
- Jira OAuth App Credentials
Setup
- Clone the repository
- Install dependencies
- Configure environment variables
- Set up credentialsGitHub:
- Go to GitHub Settings > Tokens
- Generate a new personal access token
- Required scopes:
repo
(for private repos),public_repo
(for public repos)
Jira:
- Go to Atlassian Developer Console
- Create a new OAuth app
- Set redirect URI to:
http://localhost:8080/callback
- Note your Jira instance URL, client ID, and client secret
🔧 Configuration
Environment Variables
Create a .env
file in your project root:
MCP Client Configuration
Add this to your MCP client configuration:
📚 Usage
Starting the Server
Available Tools
GitHub Tools
github_read_file(owner, repo, path)
- Read file content with security checksgithub_create_issue(owner, repo, title, body, labels)
- Create issues in own reposgithub_create_pull_request(owner, repo, title, body, head, base)
- Create PRs in own reposgithub_delete_file(owner, repo, path, message, sha)
- Delete files from own reposcheck_github_permissions()
- Check current GitHub permissions
Jira Tools
jira_create_issue(project_key, summary, description, issue_type)
- Create issuesjira_search_issues(jql, max_results)
- Search issues using JQLjira_update_issue(issue_key, updates)
- Update issue fieldsjira_add_comment(issue_key, comment)
- Add comments to issuesjira_transition_issue(issue_key, transition_id)
- Move issues through workflowscheck_jira_permissions()
- Check current Jira permissionssetup_jira_oauth()
- Setup Jira OAuth authentication
Available Resources
GitHub Resources
github://{owner}/{repo}
- Repository informationgithub://{owner}/{repo}/files/{path}
- File content
Jira Resources
jira://projects/{project_key}
- Project informationjira://issues/{issue_key}
- Issue details
Available Prompts
check_repository_security_permissions
- Check GitHub permissionsread_file_from_github_repo
- Read files from GitHubcreate_jira_issue_in_project
- Create Jira issuesupdate_jira_issue_workflow
- Update workflow statesgithub_repository_management
- Manage GitHub reposjira_project_workflow_management
- Manage Jira projectssetup_jira_oauth_authentication
- Setup Jira OAuth authentication
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables secure integration between GitHub and Jira with permission controls, allowing users to manage repositories, create issues and pull requests, and handle Jira project workflows through natural language. Supports OAuth authentication and comprehensive security enforcement for both platforms.
Related MCP Servers
- AsecurityAlicenseAqualityProvides integration with Jira's REST API, allowing AI assistants to manage Jira issues programmatically.Last updated -6169MIT License
- -securityFlicense-qualityEnables interaction with GitHub through the GitHub API, supporting file operations, repository management, advanced search, and issue tracking with comprehensive error handling and automatic branch creation.Last updated -95491
- -securityFlicense-qualityFacilitates authentication with GitHub using OAuth protocol, allowing secure access and interaction with GitHub repositories and services.Last updated -4
- AsecurityFlicenseAqualityEnables comprehensive GitHub operations through natural language including file management, repository administration, issue tracking, and advanced code searching.Last updated -4741