jira-mcp-for-dev

DevelAngel/jira-mcp-for-dev
★ 0 stars Rust Browser/Web Updated today
MCP Server to fetch jira issues
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jira-mcp-for-dev": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "jira-mcp-for-dev"
      ]
    }
  }
}

README Excerpt

An MCP server to read Jira issues, for development use cases. Build it with the following command: ```console $ cargo build --locked ``` ```console $ jira-mcp-for-dev mcp-http --base-url https://jira.atlassian.com --allowed-project CLOUD -vv 2026-07-06T01:27:24.559305Z WARN jira_mcp_for_dev::jira: no API token configured