

1{2 "mcpServers": {3 "jira": {4 "env": {5 "JIRA_TYPE": "cloud",6 "JIRA_BASE_URL": "your_jira_instance_url",7 "JIRA_API_TOKEN": "your_api_token",8 "JIRA_AUTH_TYPE": "basic",9 "JIRA_USER_EMAIL": "your_email"10 },11 "args": [12 "/absolute/path/to/jira-mcp/build/index.js"13 ],14 "command": "node"15 }16 }17}
No reviews yet. Be the first to review!
Sign in to join the conversation