Skip to main content
Glama

Jira MCP Server

by brianstone

Servidor Jira MCP

⚠️ Este servidor MCP es un trabajo en progreso ⚠️

Un servidor MCP para comunicarse con Jira.

Esto puede funcionar con puntos finales de descanso de Jira Data Center ( /rest/api/2 ), pero hasta el momento solo se han probado puntos finales de nube ( /rest/api/3 ).

Ejecución del servidor

  1. Clonar este repositorio
  2. cd en el repositorio
  3. Ejecutar npm install
  4. Ejecutar npm run build

En su cliente MCP, deberá agregar las siguientes variables de entorno:

  • JIRA_PROJECT_URL : Incluye /rest/api/3 al final. Debería ser similar a https://your-project.atlassian.net/rest/api/3 .
  • JIRA_USER_EMAIL : Su dirección de correo electrónico de usuario. Es necesaria para la autorización con la API.
  • JIRA_API_KEY : Tu clave API de Jira. Puedes encontrar información sobre cómo crear y gestionar claves API de Jira aquí.
  • JIRA_PROJECT_KEY : la clave predeterminada que desea utilizar para crear nuevos problemas

Herramientas disponibles

  • Obtener problema por clave
  • Problemas de búsqueda
  • Crear problema
  • Asignar problema
  • Problema de desasignación
  • Editar problema
  • Problema de transición
  • Problemas de archivo

Recursos

Configuración, pero ninguna implementada.

Configuración con cliente MCP (Claude Desktop, Cursor, etc.)

Agregue el servidor al archivo de configuración de su cliente MCP.

{ "mcpServers": { "jira-mcp-server": { "command": "node", "args": ["path-to-repo/jira-mcp-server/build/index.js"], "env": { "JIRA_PROJECT_URL": "https://project-url.atlassian.net/rest/api/3", "JIRA_USER_EMAIL": "your_email@example.com", "JIRA_API_KEY": "yourAPIkey", "JIRA_PROJECT_KEY": "ABC" } } } }

Asuntos

Por favor, abra cualquier problema si lo encuentra.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 MCP que permite la comunicación con Jira, permitiendo a los usuarios realizar operaciones como obtener, buscar, crear y editar problemas a través de la interacción en lenguaje natural.

  1. Ejecución del servidor
    1. Herramientas disponibles
      1. Recursos
        1. Configuración con cliente MCP (Claude Desktop, Cursor, etc.)
          1. Asuntos

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              An MCP server that allows management of Jira Insights (JSM) asset schemas, enabling CRUD operations for object schemas, object types, and objects through the Model Context Protocol.
              Last updated -
              3
              1
              TypeScript
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.
              Last updated -
              Python
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables interaction with Jira's REST API using natural language commands, allowing users to manage Jira projects, issues, comments, and workflows through Claude Desktop and other MCP clients.
              Last updated -
              10
              1
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              An MCP server that enables AI assistants to interact with JIRA, allowing for querying issue details, creating and updating work items, and managing attachments through a standardized interface.
              Last updated -
              12
              1
              Python
              MIT License
              • Linux
              • 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/brianstone/jira-mcp-server'

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