Back to Home
dongitran icon

Jira-MCP-Server

Verified Safe

by dongitran

Overview

Provides an AI-callable interface (via Model Context Protocol) to manage Jira tasks, sprints, comments, and team workload using OAuth authentication.

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 --default_project YOUR_PROJECT --default_board_id YOUR_BOARD_ID

Security Notes

OAuth credentials (access_token, refresh_token, client_id, client_secret, cloud_id) are passed as command-line arguments and persisted to a user-specific cache file (`~/.jira-mcp/tokens.cache`) for convenience. This cache file is excluded from version control (`.gitignore`), but its security relies on the user's local system security. The server implements retry logic and a circuit breaker for robust network handling. No 'eval' or other obvious malicious patterns were found in the provided code.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassLow
Avg Tokens150
Stars1
Forks0
Last Update2025-12-15

Tags

JiraModel Context ProtocolAI AutomationTask ManagementAgile