jira-simple-mcp
Verified Safeby Luis13-source
Overview
Facilitates Jira integration for AI assistants, enabling access to issues, projects, and JQL searches with formatted output.
Installation
node jira-mcp-simple.jsEnvironment Variables
- JIRA_URL
- JIRA_EMAIL
- JIRA_API_TOKEN
Security Notes
The server uses environment variables for sensitive Jira credentials, preventing hardcoding. JQL queries are properly URI-encoded before being sent to the Jira API, mitigating injection risks. All exposed tools are read-only, limiting potential malicious actions. There is no usage of 'eval' or other obfuscation. API communication uses standard secure HTTPS requests. The main risk comes from how the AI itself is prompted to use these read-only tools, not from vulnerabilities in the server's code.
Similar Servers
mcp-server-atlassian-jira
Connects AI assistants to Atlassian Jira projects, issues, and workflows to enable natural language interaction for task management, project tracking, and information retrieval.
mcp-xray
A lightweight server that bridges the MCP protocol with the Atlassian Jira Xray API, exposing Xray functionality via FastMCP for integration with AI language models or other clients.
MCPJira
Demonstrates building an MCP (Model-Controller-Proxy) server for Jira integration using .NET Core.
jayrah
A CLI and TUI for managing Jira issues directly from the terminal, including an MCP server for AI tool integration and a local web UI.