I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

mcp-jira
JIRA Integration Server para el Protocolo de contexto del modelo (MCP): permite a LLM interactuar con tareas y flujos de trabajo JIRA
3 years
Works with Finder
2
Github Watches
2
Github Forks
6
Github Stars
MCP Jira Integration
This project integrates Claude AI with Jira to automate and enhance project management tasks.
Features
Core Functionality
- Jira issue creation and management through MCP protocol
- API key-based authentication
- Standardized request/response format for AI interactions
Jira Integration Features
- Issue creation and updates
- Basic sprint tracking
- Project and board management
- Issue search and retrieval
Requirements
- Python 3.8 or higher
- Jira account with API token
- Valid MCP implementation
Setup
- Clone the repository
- Configure environment variables in
.env
:JIRA_URL=https://your-domain.atlassian.net JIRA_USERNAME=your.email@domain.com JIRA_API_TOKEN=your_api_token PROJECT_KEY=PROJ API_KEY=your_secure_api_key # For MCP authentication
API Usage
Create Issue
from mcp_jira.protocol import MCPRequest, MCPContext
# Create request context
context = MCPContext(
conversation_id=\"conv-123\",
user_id=\"user-123\",
api_key=\"your_api_key\"
)
# Create issue request
request = MCPRequest(
function=\"create_issue\",
parameters={
\"summary\": \"Implement feature X\",
\"description\": \"Detailed description\",
\"issue_type\": \"Story\",
\"priority\": \"High\"
},
context=context
)
response = await mcp_handler.process_request(request)
Search Issues
request = MCPRequest(
function=\"search_issues\",
parameters={
\"jql\": \"project = PROJ AND status = 'In Progress'\"
},
context=context
)
response = await mcp_handler.process_request(request)
Authentication
All requests require an API key in the request header:
headers = {
\"X-API-Key\": \"your_api_key\"
}
Integration with AI Assistants
This MCP implementation is designed to work with AI assistants that support the MCP protocol:
- Configure the environment variables
- Set up the MCP endpoint in your AI assistant's configuration
- Use the standardized MCP protocol for Jira interactions
Contributing
- Fork the repository
- Create a feature branch
- Submit a pull request
License
MIT License - see LICENSE file,
message:
Update README to reflect current functionality`
}
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Converts Figma frames into front-end code for various mobile frameworks.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.
Espejo dehttps: //github.com/agentience/practices_mcp_server
Espejo de https: //github.com/bitrefill/bitrefill-mcp-server
Reviews

user_mu3Vu9Q7
As a dedicated user of mcp-jira, I can confidently say that this product by Warzuponus has significantly streamlined my project management tasks. The integration with Jira is seamless and the user interface is intuitive. It has made tracking issues and managing workflows much more efficient. Highly recommend this tool to anyone looking to enhance their productivity with Jira. Check it out at https://github.com/Warzuponus/mcp-jira.