jira-langgraph-poc

yashdixit0885/jira-langgraph-poc
★ 0 stars Python AI/LLM Updated today
LangGraph agent that connects to Jira via the Atlassian MCP server to summarize completed work, using an Azure AI Foundry model.
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-langgraph-poc": {
      "command": "uvx",
      "args": [
        "jira-langgraph-poc"
      ]
    }
  }
}

Or install with pip: pip install jira-langgraph-poc