Back to Home
jmcdice icon

jpilot-mcp

Verified Safe

by jmcdice

Overview

Provides an MCP server to allow AI agents to manage Jira projects and issues.

Installation

Run Command
./.venv/bin/python -m jpilot_mcp.server

Environment Variables

  • JIRA_SERVER
  • JIRA_EMAIL
  • JIRA_API_TOKEN
  • JIRA_DEFAULT_PROJECT

Security Notes

Credentials are loaded from environment variables (.env file), which is a good practice. Interaction with Jira is primarily through the `jira-python` library, which should handle API communication securely. JQL queries are constructed using f-strings with quoted input, relying on the Jira API to prevent injection; however, robust input sanitization within the `jira-python` library is assumed. No direct `eval` or `os.system` calls were found. Custom field IDs for progress reports are hardcoded, but these are configuration values, not directly exploitable code patterns.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-12

Tags

JiraAI AgentProject ManagementDevelopment ToolsMCP Server