GitHub-Jira MCP Server
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.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GitHub-Jira MCP Servercreate a Jira issue for the bug in the authentication module"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
git clone <your-repo> cd mcp-serversInstall dependencies
uv syncConfigure environment variables
cp env.example .env # Edit .env with your actual credentialsSet up credentials
GitHub:
Go to GitHub Settings > Tokens
Generate a new personal access token
Required scopes:
repo(for private repos),public_repo(for public repos)
Jira:
Create a new OAuth app
Set redirect URI to:
http://localhost:8080/callbackNote your Jira instance URL, client ID, and client secret
Related MCP server: GitHub Enterprise MCP Server
π§ Configuration
Environment Variables
Create a .env file in your project root:
# GitHub Configuration
GITHUB_TOKEN=ghp_your_github_token_here
# Jira OAuth Configuration
JIRA_URL=https://your-domain.atlassian.net
JIRA_CLIENT_ID=your_jira_oauth_client_id_here
JIRA_CLIENT_SECRET=your_jira_oauth_client_secret_here
# Optional: Jira Access Tokens (will be obtained automatically via OAuth)
JIRA_ACCESS_TOKEN=
JIRA_REFRESH_TOKEN=
# Optional: Logging
LOG_LEVEL=INFOMCP Client Configuration
Add this to your MCP client configuration:
{
"mcpServers": {
"github-jira": {
"command": "python",
"args": ["mcp_github_jira_server.py"],
"env": {
"GITHUB_TOKEN": "your_token_here",
"JIRA_URL": "https://your-domain.atlassian.net",
"JIRA_CLIENT_ID": "your_jira_oauth_client_id_here",
"JIRA_CLIENT_SECRET": "your_jira_oauth_client_secret_here"
}
}
}
}π Usage
Starting the Server
python mcp_github_jira_server.pyAvailable 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables comprehensive GitHub operations through natural language including file management, repository administration, issue tracking, and advanced code searching.Last updated47461MIT
- AlicenseBqualityDmaintenanceEnables interaction with GitHub repositories through the GitHub API, allowing file operations, repository management, issue tracking, and code search through natural language commands.Last updated33244MIT
- Alicense-quality-maintenanceEnables comprehensive interaction with GitHub repositories, including code management, issues, pull requests, and full GitHub Actions workflow control with triggering, monitoring, and artifact management capabilities.Last updated211
- Flicense-qualityFmaintenanceEnables comprehensive GitHub project management automation including creating/managing issues, updating project boards, assigning team members, and analyzing repository activity across organizations through OAuth-authenticated AI assistants.Last updated3
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analyβ¦
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/KronosWasTaken/mcp-servers'
If you have feedback or need assistance with the MCP directory API, please join our Discord server