feat: add jira integration workflow

This commit is contained in:
Affaan Mustafa
2026-04-02 17:51:03 -07:00
parent badccc3db9
commit be0c56957b
10 changed files with 429 additions and 17 deletions

View File

@@ -1,5 +1,15 @@
{
"mcpServers": {
"jira": {
"command": "uvx",
"args": ["mcp-atlassian==0.21.0"],
"env": {
"JIRA_URL": "YOUR_JIRA_URL_HERE",
"JIRA_EMAIL": "YOUR_JIRA_EMAIL_HERE",
"JIRA_API_TOKEN": "YOUR_JIRA_API_TOKEN_HERE"
},
"description": "Jira issue tracking — search, create, update, comment, transition issues"
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],