Back to Home
365knoten icon

MCPJira

Verified Safe

by 365knoten

Overview

Demonstrates building an MCP (Model-Controller-Proxy) server for Jira integration using .NET Core.

Installation

Run Command
dotnet run --project MCPJira

Environment 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

Stats

Interest Score35
Security Score7
Cost ClassLow
Avg Tokens100
Stars4
Forks0
Last Update2025-11-24

Tags

JiraMCP Server.NET CoreIntegrationProof-of-concept