copilot-jira-mcp
MCP server for seamless Jira integration with GitHub Copilot CLI, allowing natural language queries to search, view, and manage Jira tickets.
README
🎫 Copilot Jira MCP Server
Official MCP (Model Context Protocol) server for seamless Jira integration with GitHub Copilot CLI
Interact with Jira issues, search tickets, and manage your workflow directly from GitHub Copilot CLI using natural language!
✨ Features
- 🔍 Smart Search - Search Jira tickets using JQL or natural language
- 📝 Issue Details - Get comprehensive information about any ticket
- 💬 Comments - Read and analyze issue comments
- 🔗 Subtasks & Links - Navigate issue hierarchies
- 📎 Attachments - List and access issue attachments
- 👤 My Issues - Quick access to your assigned tickets
- 🚀 Fast & Lightweight - Minimal dependencies, maximum performance
- 🔐 Secure - Credentials stored safely in environment variables
- 🌍 Universal - Works with any Jira instance (Cloud or Server)
- 🎯 AI-Powered - Let Copilot understand and query your Jira naturally
🚀 Quick Start
Prerequisites
- Node.js 18 or higher (Download)
- GitHub Copilot CLI (Setup Guide)
- Jira Account with API access
Installation
Option 1: Install from GitHub (Recommended) ⭐
# Install globally from GitHub
npm install -g git+https://github.com/GiDanis/copilot-jira-mcp.git
# Run interactive setup
npx jira-mcp setup
Option 2: Clone and Install
# Clone repository
git clone https://github.com/GiDanis/copilot-jira-mcp.git
cd copilot-jira-mcp
# Install dependencies
npm install
# Run setup wizard
npm run setup
# Register with Copilot
npm run register
Option 3: NPM Package
# Install from NPM
npm install -g copilot-jira-mcp
Configuration
The setup wizard will guide you through:
- Jira URL - Your Jira instance URL (e.g.,
https://your-company.atlassian.net) - Email - Your Jira account email
- API Token - Generate at Atlassian API Tokens
Credentials are stored securely in environment variables:
JIRA_URLJIRA_EMAILJIRA_API_TOKEN
📖 Usage
Once installed, simply open Copilot and use natural language:
copilot
Example Queries
Get your tickets:
> Show me my assigned Jira tickets
Search issues:
> Search Jira for open bugs in project IIAB
> Find all high priority tickets in sprint 23
> Show me tickets updated in the last week
Get ticket details:
> Get details for IIAB-12345
> Show me comments on ticket PROJ-789
> List subtasks for IIAB-456
Advanced JQL:
> Search Jira with JQL: project = IIAB AND status = "In Progress"
🛠️ Available Tools
The MCP server exposes these tools to Copilot:
| Tool | Description |
|---|---|
jira_search |
Search issues using JQL |
jira_get_issue |
Get detailed ticket information |
jira_get_comments |
Retrieve all comments |
jira_get_subtasks |
List all subtasks |
jira_get_attachments |
List attachments |
jira_get_my_issues |
Get your assigned tickets |
🔐 Security
Your credentials are NEVER committed or shared!
✅ Stored in environment variables
✅ .gitignore prevents accidental commits
✅ No plaintext storage
✅ API tokens can be revoked anytime
Best Practices:
- Generate dedicated API tokens (don't reuse)
- Revoke tokens when not needed
- Never share
.envfiles - Use different tokens for different machines
See SECURITY.md for complete security guidelines.
📚 Documentation
- Installation Guide - Detailed setup instructions
- Configuration - Advanced configuration options
- Usage Examples - More query examples
- Troubleshooting - Common issues and solutions
- Contributing - How to contribute
🔧 Manual Configuration
If you prefer manual setup:
Windows (PowerShell)
# Set environment variables
[Environment]::SetEnvironmentVariable("JIRA_URL", "https://your-company.atlassian.net", "User")
[Environment]::SetEnvironmentVariable("JIRA_EMAIL", "your.email@company.com", "User")
[Environment]::SetEnvironmentVariable("JIRA_API_TOKEN", "your-token-here", "User")
# Restart terminal
Mac/Linux (Bash/Zsh)
# Add to ~/.bashrc or ~/.zshrc
export JIRA_URL="https://your-company.atlassian.net"
export JIRA_EMAIL="your.email@company.com"
export JIRA_API_TOKEN="your-token-here"
# Reload shell
source ~/.bashrc # or ~/.zshrc
Register MCP Server
Edit ~/.copilot/mcp.json:
{
"mcpServers": {
"jira": {
"command": "node",
"args": ["/path/to/copilot-jira-mcp/src/index.js"],
"env": {
"JIRA_URL": "${JIRA_URL}",
"JIRA_EMAIL": "${JIRA_EMAIL}",
"JIRA_API_TOKEN": "${JIRA_API_TOKEN}"
}
}
}
}
🐛 Troubleshooting
"Missing Jira configuration" Error
Solution: Run the setup wizard:
npm run setup
"Authentication failed" Error
Causes:
- Invalid API token
- Incorrect email
- Wrong Jira URL
Solution: Regenerate API token and run setup again.
MCP Server Not Found
Solution: Re-register the server:
npm run register
For more help, see Troubleshooting Guide.
🤝 Contributing
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
Areas we'd love help with:
- 🌐 Internationalization
- 📱 Additional Jira features (transitions, creating tickets, etc.)
- 🧪 Test coverage
- 📖 Documentation improvements
- 🐛 Bug fixes
📜 License
MIT © 2026 Giuseppe Danise
See LICENSE for details.
🙏 Acknowledgments
- Built with Model Context Protocol SDK
- Inspired by the awesome GitHub Copilot CLI
- Thanks to the Jira REST API team
⭐ Support
If this project helps you, please give it a ⭐ on GitHub!
Issues? Report them here
Questions? Start a discussion
🔗 Links
- GitHub Repository
- NPM Package (Coming Soon)
- Jira REST API Docs
- Model Context Protocol
Made with ❤️ for developers who love automation
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。