Back to Home
JoaoFPedro icon

refinas-ai

Verified Safe

by JoaoFPedro

Overview

An intelligent agent server for Jira that automates user story analysis, refinement, and story point assignment to ensure development readiness.

Installation

Run Command
npm start

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2026-01-17

Tags

JiraAgileStory RefinementDevelopment ToolsAI Agent