refinas-ai
Verified Safeby JoaoFPedro
Overview
An intelligent agent server for Jira that automates user story analysis, refinement, and story point assignment to ensure development readiness.
Installation
npm startEnvironment Variables
- JIRA_HOST
- JIRA_EMAIL
- JIRA_API_TOKEN
- JIRA_PROJECT_KEY
- LOG_LEVEL
Security Notes
The server uses environment variables for sensitive Jira credentials (host, email, API token), which is good practice. It explicitly warns against committing `.env` files. There is no `eval` or obvious code obfuscation. Network communication is with the Jira API over HTTPS. Input schemas for tools are defined by the MCP SDK. The primary security risk lies in user misconfiguration (e.g., granting overly broad API token permissions or improper handling of the `.env` file).
Similar Servers
mcp-server-atlassian-jira
Connects AI assistants to Jira projects, issues, and workflows to enable natural language interaction for project management and issue tracking.
AI-Productivity-Series-Requirement-Engineering-Vibes
Automating requirements engineering and testing processes using AI agents within Azure DevOps.
atlassian-mcp-server
Enables AI agents to interact with Atlassian Cloud services (Jira, Confluence, Jira Service Management) for work documentation, issue management, and context understanding through a unified API.
mcp-jira
Provides enterprise-level integration with Jira's REST API, enabling AI assistants to perform advanced project management, analytics, and strategic planning tasks across multiple Jira instances.