MCPJira
Verified Safeby 365knoten
Overview
Demonstrates building an MCP (Model-Controller-Proxy) server for Jira integration using .NET Core.
Installation
dotnet run --project MCPJiraEnvironment Variables
- JiraBaseUrl
- JiraProjectKey
Security Notes
The README explicitly states, 'This is not production-ready code.' While the provided snippets use placeholders for sensitive configurations (JiraBaseUrl, JiraProjectKey) and define an API key for authentication to the MCP server (X-API-KEY), which are good practices, the 'not production-ready' disclaimer indicates potential hidden vulnerabilities or missing best practices not visible in the truncated source. AllowedHosts: '*' is permissive but common in dev.
Similar Servers
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.
my-server-mcp
Integrates Jira Cloud and Discord with GitHub Copilot via an MCP server to automate development tasks and provide context to AI agents.
mcp-poc
A self-contained .NET Model Context Protocol (MCP) server for local development and NuGet publication, offering tools for calculations, CEP lookups, random number generation, and history tracking, integrated with AI assistants like Copilot.
jira-mcp
The Jira MCP server provides a Model Context Protocol (MCP) interface, enabling Large Language Models (LLMs) to interact with Jira for tasks like searching, creating, updating, and managing tickets and sprints.