Back to Home
hadevelopment icon

protonion-mcp-server-tools

Verified Safe

by hadevelopment

Overview

This server acts as a comprehensive AI agent for managing Jira tasks and interacting with the Jira API, including listing, creating, inspecting, and transitioning issues.

Installation

Run Command
uv run jira.py

Environment Variables

  • JIRA_URL
  • JIRA_USER
  • JIRA_API_TOKEN
  • JIRA_PROJECT_KEY

Security Notes

The project uses environment variables (`.env`) for storing sensitive credentials like Jira API tokens, which is good practice. The `update_config` tool allows the agent to modify its own `.env` file, which is a powerful feature for AI self-configuration but could be a risk if the agent's prompts were compromised. The `mcp-manager.py` script uses `subprocess.run` with `shell=True` for system commands (like `git clone`, `uv sync`), which is generally discouraged but appears to be used with controlled inputs from its internal registry, limiting immediate exploitation risks. Input validation is implemented for issue keys, statuses, and limits.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-16

Tags

JiraTask ManagementAI AgentDevelopment ToolsWorkflow Automation