Back to Home
abraham2512 icon

jira-mcp

Verified Safe

by abraham2512

Overview

Provides an MCP (Model Context Protocol) server with Jira search and issue retrieval tools for AI agents.

Installation

Run Command
podman run -p 3031:3031 -e JIRA_BASE_URL="<your-jira-url>" -e JIRA_TOKEN="<your-jira-token>" -e JIRA_ALLOWED_PROJECTS="<comma-separated-project-keys>" jira-mcp:latest

Environment Variables

  • JIRA_BASE_URL
  • JIRA_TOKEN
  • JIRA_ALLOWED_PROJECTS

Security Notes

The server correctly uses environment variables for sensitive data (Jira base URL and token), implements a project allowlist to prevent unauthorized project access, and handles external API errors gracefully without leaking internal details. No 'eval' or other obviously dangerous dynamic code execution patterns are present. While JQL is constructed using f-strings, a well-designed Jira API is expected to sanitize user-provided 'search_text' to prevent injection, making this a low-risk vector.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-02

Tags

JiraMCP ServerAI Agent ToolIssue TrackingAPI Integration