aaronsb
MCP Serveraaronsbpublic

jira cloud

A Model Context Protocol server for interacting with Jira Cloud instances, providing issue management, JQL search, and project/board operations.

Repository Info

2
Stars
0
Forks
2
Watchers
2
Issues
TypeScript
Language
-
License

About This Server

A Model Context Protocol server for interacting with Jira Cloud instances, providing issue management, JQL search, and project/board operations.

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Jira Cloud MCP Server

A Model Context Protocol server for interacting with Jira Cloud instances.

Quick Start

Installation

To use this MCP server, add the server configuration to your MCP settings:

{
  "mcpServers": {
    "jira-cloud": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e", "JIRA_EMAIL",
        "-e", "JIRA_HOST",
        "-e", "JIRA_API_TOKEN",
        "ghcr.io/aaronsb/jira-cloud:latest"
      ],
      "env": {
        "JIRA_API_TOKEN": "your-api-token",
        "JIRA_EMAIL": "your-email",
        "JIRA_HOST": "your-team.atlassian.net"
      }
    }
  }
}

For detailed installation instructions, see the Getting Started Guide.

Key Features

  • Issue Management: Create, retrieve, update, and comment on Jira issues
  • Search Capabilities: JQL search with filtering
  • Project & Board Management: List and manage projects, boards, and sprints
  • MCP Resources: Access Jira data as context through MCP resources
  • Tool Documentation: Comprehensive documentation for each tool available as MCP resources
  • Customization: Support for custom fields and workflows

Architecture

The server is built with a modular architecture:

src/
├── client/       # Core Jira API client
├── handlers/     # MCP tool handlers
├── schemas/      # JSON schemas for tools
├── types/        # TypeScript definitions
├── utils/        # Utility functions
└── index.ts      # Server entry point

Documentation

Essential documentation is available in the docs/ directory:

  • Getting Started - Setup and installation
  • API Reference - Available tools and usage
  • Resources - Available MCP resources
  • Troubleshooting - Common issues and solutions
  • Development - Development guide

License

MIT License

Quick Start

1

Clone the repository

git clone https://github.com/aaronsb/jira-cloud
2

Install dependencies

cd jira-cloud
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Owneraaronsb
Repojira-cloud
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation