Back to Home
scarnyc icon

jira-mcp-server

Verified Safe

by scarnyc

Overview

Integrates with JIRA to provide a portable Model Context Protocol server, enabling AI clients like Claude Code to interact with JIRA operations.

Installation

Run Command
jira-mcp serve

Environment Variables

  • JIRA_URL
  • JIRA_USERNAME
  • JIRA_API_TOKEN
  • JIRA_READ_ONLY
  • JIRA_ENABLED_TOOLS
  • JIRA_LOG_LEVEL
  • JIRA_TIMEOUT
  • JIRA_VERIFY_SSL
  • JIRA_MAX_RETRIES
  • JIRA_PERSONAL_ACCESS_TOKEN

Security Notes

The server employs Pydantic settings for secure environment variable loading, preventing hardcoded secrets. It uses `httpx` for async network requests with SSL verification. A 'read-only' mode and tool filtering are implemented to enhance security by restricting write operations and exposed functionalities. Input sanitization for JQL queries relies on JIRA's API, which is standard for such integrations. No 'eval' or other obvious malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-18

Tags

JIRAMCPIntegrationProductivityDevelopment