Back to Home
scho-to icon

mcp-jira-cloud-v2

Verified Safe

by scho-to

Overview

Provides a Message Communication Protocol (MCP) server for fetching Jira ticket information.

Installation

Run Command
npm run build && npm start

Environment Variables

  • JIRA_URL
  • JIRA_USER_EMAIL
  • JIRA_API_TOKEN

Security Notes

The server correctly retrieves sensitive credentials (Jira URL, user email, API token) from environment variables, preventing hardcoding. It includes input validation for tool arguments, ensuring that client-provided data types match expected schema before API calls. Error handling uses the MCP protocol's `McpError` for clear communication of issues. No direct usage of 'eval' or similar dangerous patterns was identified. The use of StdioServerTransport suggests it's designed to run as a local process managed by an orchestrator, limiting network attack surface.

Similar Servers

Stats

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

Tags

JiraMCPAPITicketingNode.js