jira-mcp
Verified Safeby abraham2512
Overview
Provides an MCP (Model Context Protocol) server with Jira search and issue retrieval tools for AI agents.
Installation
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:latestEnvironment 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
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
noteit-mcp
Provides an HTTP Model Context Protocol (MCP) server for AI coding tools to access structured agent profiles and personalized notes, enhancing AI development workflows.
Jira-MCP-Server
Provides an AI-callable interface (via Model Context Protocol) to manage Jira tasks, sprints, comments, and team workload using OAuth authentication.
jira-mcp
The Jira MCP server provides a Model Context Protocol (MCP) interface, enabling Large Language Models (LLMs) to interact with Jira for tasks like searching, creating, updating, and managing tickets and sprints.