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

            • -
              security
              A
              license
              -
              quality
              Enables AI applications to manage JIRA issues, workflows, and tasks through a standardized MCP interface, facilitating real-time updates and seamless interaction with JIRA's API.
              Last updated -
              6
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              A MCP server for managing and storing code snippets in various programming languages, allowing users to create, list, and delete snippets via a standardized interface.
              Last updated -
              3
              4
              JavaScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              An MCP server that enables AI agents to interact with Atlassian products (Confluence and Jira) for content management, issue tracking, and project management through a standardized interface.
              Last updated -
              2
              TypeScript
            • -
              security
              A
              license
              -
              quality
              An MCP server that allows managing Docker containers through natural language, enabling users to compose, introspect, and debug containers without running commands themselves.
              Last updated -
              468
              Python
              GPL 3.0
              • 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