mcp-jira-stdio
Verified Safeby 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
npx mcp-jira-stdio@latestEnvironment 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
fastmcp
A TypeScript framework for building Model Context Protocol (MCP) servers, providing high-level abstractions and boilerplate handling for features like tools, prompts, resources, sessions, authentication, and HTTP streaming.
mcp-server-typescript
Provides a Model Context Protocol (MCP) server to enable AI assistants to access DataForSEO's SEO data APIs through a standardized interface.
MCPJira
Demonstrates building an MCP (Model-Controller-Proxy) server for Jira integration using .NET Core.
jayrah
A command-line interface, terminal UI, and web interface for managing Jira issues, designed for integration with AI tools like VS Code Copilot.