Back to Home
freema icon

mcp-jira-stdio

Verified Safe

by freema

Overview

Provides a Model Context Protocol (MCP) server for integrating with Jira, allowing clients to read, write, and manage Jira issues and projects.

Installation

Run Command
npx mcp-jira-stdio@latest

Environment Variables

  • JIRA_BASE_URL
  • JIRA_EMAIL
  • JIRA_API_TOKEN

Security Notes

Strong input validation is implemented using Zod schemas for all tool arguments, significantly reducing the risk of injection attacks. The `addAttachmentFromUrl` function includes explicit Server-Side Request Forgery (SSRF) protection, blocking requests to localhost and common private IP ranges. Sensitive credentials (Jira Base URL, Email, API Token) are loaded from environment variables, preventing hardcoding. The server handles upstream Jira API rate limits and errors with retry logic and clear error messages. No `eval` or code obfuscation patterns were identified.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-15

Tags

jiraproject-managementatlassianissue-trackingmcp-server