Back to Home
dkbearsong icon

Jira-MCP

Verified Safe

by dkbearsong

Overview

This server provides AI models with tools to retrieve information from a Jira site, leveraging both RAG for quick, summarized data and direct Jira API searches for specific or detailed queries.

Installation

Run Command
python -m jira_mcp.main

Environment Variables

  • JIRA_SITE
  • JIRA_EMAIL
  • API_TOKEN
  • CHROMA_DB_PATH
  • CHROMA_HOST
  • CHROMA_PORT

Security Notes

The server handles API tokens securely by loading them from a .env file and prompting the user if missing, rather than hardcoding. It employs standard and reputable libraries. The main security consideration is the broad scope of the Jira API token (read:jira-work and write:jira-work) which, while necessary for full functionality, grants significant access to the Jira instance if compromised. The code itself does not exhibit malicious patterns or unsafe practices like `eval`.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks1
Last Update2025-11-29

Tags

JiraAI ToolRAGModel Context ProtocolVector Database