Crate jira_mcp_server

Crate jira_mcp_server 

Source
Expand description

JIRA MCP Server Library

An AI-friendly JIRA integration server using the Model Context Protocol (MCP). This server provides semantic tools for searching, retrieving, commenting on, and analyzing relationships between JIRA issues without requiring knowledge of JQL or JIRA internals.

§Features

  • AI-Friendly Interface: Uses semantic parameters instead of JQL
  • Real JIRA API Integration: Leverages gouqi 0.14.0 for Cloud/Server operations
  • Smart Caching: Metadata caching with TTL for performance
  • Comprehensive Tools: Search, issue details, user issues, commenting, relationship analysis
  • Issue Interaction: Add comments and analyze issue relationship graphs
  • Error Handling: MCP-compliant error codes and messages

Modules§

cache
Metadata caching system for the JIRA MCP Server
config
Configuration management for the JIRA MCP Server
error
Error types and handling for the JIRA MCP Server
jira_client
JIRA client wrapper around gouqi
semantic_mapping
Semantic mapping system for translating AI-friendly parameters to JIRA concepts
tools
Tools module for the JIRA MCP Server

Structs§

JiraMcpServer
JIRA MCP Server
JiraServerStatus
Server status information