mcp-servers
Verified Safeby amiralamox
Overview
Enables an AI agent (Claude) to interact with Jira, retrieving and analyzing project management data via JQL queries.
Installation
python server.pyEnvironment Variables
- JIRA_URL
- JIRA_USERNAME
- JIRA_PASSWORD
- CUSTOM_FIELD_EPIC_LINK
- CUSTOM_FIELD_STORY_POINTS
- CUSTOM_FIELD_SPRINT
- DEFAULT_TEAM_NAME
Security Notes
The server loads Jira credentials and custom field IDs from environment variables using `python-dotenv`, which is good practice. It runs locally (127.0.0.1:5000), limiting network exposure. JQL queries are passed directly to the Jira API via `requests`. While direct JQL passing is the core functionality, it relies on the Jira API's sanitization; the server itself does not appear to execute arbitrary system commands or `eval` client-provided strings.
Similar Servers
zapier-mcp
This repository provides plugins, skills, and commands for AI agents, specifically Claude, to enable sophisticated workflow automation and integration with 8,000+ apps via Zapier's Model Context Protocol (MCP) for engineering tasks like Jira management, git operations, and code reviews.
jayrah
A command-line interface, terminal UI, and web interface for managing Jira issues, designed for integration with AI tools like VS Code Copilot.
azure-devops-mcp
An MCP server that enables Claude to interact with Azure DevOps work items, projects, sprints, and relationships directly through natural language.
gitlab-mcp
Provides GitLab integration tools as a Model Context Protocol (MCP) server for Claude Code, enabling AI to manage issues, labels, epics, and project metadata.