mcp-jira-cloud-v2
Verified Safeby scho-to
Overview
Provides a Message Communication Protocol (MCP) server for fetching Jira ticket information.
Installation
npm run build && npm startEnvironment 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
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.
MCP-Test
Tests other Model Context Protocol (MCP) servers for connection, capabilities, and tool functionality.