Back to directory
tamarengel/jira-github-mcp

tamarengel/jira-github-mcp

@TamarEngel

A Model Context Protocol (MCP) server exposing Jira and GitHub actions as AI tools to streamline developer workflows end-to-end.

jiragithubmcpworkflowautomationdeveloper-toolsai-agentstool

Installation & Configuration

{
  "servers": {
    "jira-github-mcp-server": {
      "type": "stdio",
      "command": "python",
      "args": [
        "-m",
        "src.server.server"
      ],
      "cwd": "/absolute/path/to/jira-github-mcp"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/11
Updated
2026/6/12