mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-10 19:33:37 +08:00
feat: add jira integration workflow
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user