protonion-mcp-server-tools
Verified Safeby 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
uv run jira.pyEnvironment 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
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
Teamwork-MCP
The MCP server simplifies interaction with the Teamwork.com API, enabling AI agents to manage projects, tasks, people, and companies within Teamwork.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
redmine-mcp-server
Enables AI assistants to interact with Redmine project management systems for issue, project, time, user, and wiki management.