MCP server for Atlassian tools (Confluence, Jira)

2 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor existing read-only utilities in an Atlassian MCP server (for Confluence and Jira) to conform to the Model Context Protocol (MCP) TypeScript SDK resource interface. This involves wrapping these utilities within MCP Resource structures, defining parameter schemas, and ensuring compatibility with other MCP-based systems. The goal is to make the server's functionality accessible through the MCP standard, while keeping write operations as separate tools.

Complexity: 4/5
enhancement help wanted good first issue

MCP server for Atlassian tools (Confluence, Jira)

TypeScript

AI Summary: The task involves enhancing an existing Atlassian MCP server to dynamically fetch and cache Jira field metadata. This will enable the server to intelligently create and update Jira issues based on the specific schema of the target Jira project, improving the reliability and robustness of LLM interactions with Jira. The enhancement requires integrating with the Jira REST API to retrieve field information, implementing caching mechanisms, and normalizing field data for use by LLMs.

Complexity: 4/5
enhancement help wanted

MCP server for Atlassian tools (Confluence, Jira)

TypeScript