Back to Home
dongitran icon

Jira-MCP-Server

Verified Safe

by dongitran

Overview

Integrates Jira with Model Context Protocol (MCP) compatible AI/LLM clients for enhanced task management, sprint planning, and team workload tracking.

Installation

Run Command
jira-mcp-server --access_token YOUR_ACCESS_TOKEN --refresh_token YOUR_REFRESH_TOKEN --client_id YOUR_CLIENT_ID --client_secret YOUR_CLIENT_SECRET --cloud_id YOUR_CLOUD_ID

Environment Variables

  • access_token
  • refresh_token
  • client_id
  • client_secret
  • cloud_id

Security Notes

Uses OAuth 2.0 (3LO) for authentication with token auto-refresh and caching to a secure user-specific directory (~/.jira-mcp/). Credentials (access_token, refresh_token, client_id, client_secret, cloud_id) are not hardcoded but must be securely provided by the user via CLI arguments or initial configuration. Implements robust retry mechanisms and a circuit breaker pattern for external API calls. No direct 'eval' or obvious malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score31
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-12-01

Tags

JiraModel Context ProtocolTask ManagementOAuthAI Automation