Skip to main content
Glama

Jira MCP Server

Servidor Jira MCP

Un servidor de Protocolo de Contexto de Modelo Simple (MCP) que permite a los asistentes de IA interactuar con Jira. Este servidor permite a la IA realizar acciones como:

  • Obteniendo los tickets asignados al usuario
  • Agregar comentarios a los tickets
  • Obtener transiciones de estado disponibles
  • Actualización del estado del ticket

Prerrequisitos

  • Estibador
  • Cuenta de Jira con acceso a la API
  • Variables de entorno configuradas (ver más abajo)

Variables de entorno

Cree un archivo .env en el directorio raíz con lo siguiente:

JIRA_SERVER=https://yourcompany.atlassian.net JIRA_USERNAME=yourname@yourcompany.com JIRA_API_KEY=yourapikey JIRA_PROJECT_KEY=yourprojectkey

Obtenga su clave API desde: https://id.atlassian.com/manage-profile/security/api-tokens

Ejecutando localmente

Opción 1: Usar Docker

# Build and run with Docker chmod +x run_docker_locally.sh ./run_docker_locally.sh

Opción 2: Usar Python

  1. Instalar dependencias:
pip install -r requirements.txt
  1. Ejecutar el servidor:
uvicorn src.server:app --reload

Esto iniciará el servidor en http://localhost:8000 .

Uso del servidor MCP

El servidor MCP está expuesto en http://localhost:8000/mcp .

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor de protocolo de contexto de modelo simple que permite a los asistentes de IA interactuar con Jira, permitiendo operaciones como obtener tickets, agregar comentarios y actualizar el estado de los tickets.

  1. Prerrequisitos
    1. Variables de entorno
      1. Ejecutando localmente
        1. Opción 1: Usar Docker
        2. Opción 2: Usar Python
      2. Uso del servidor MCP

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that enables integration with JIRA, allowing users to interact with JIRA tasks and issues through Claude AI assistant.
          Last updated -
          3
          2
          Python
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides integration with Jira, allowing Large Language Models to interact with Jira projects, boards, sprints, and issues through natural language.
          Last updated -
          5
          87
          2
          TypeScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.
          Last updated -
          15
          1
          TypeScript
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that integrates JIRA directly into Cursor IDE, allowing users to view assigned issues, get detailed information on specific tickets, and convert JIRA issues into local tasks without leaving their editor.
          Last updated -
          101
          4
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/maximepeabody/simple-jira-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server