JIRA MCP Server

Created By
NoxFra year ago
Jira MCP Server is a bridge between Jira and AI assistants that supports stdio and SSE to enable seamless, real-time interaction with Jira through the Model Context Protocol (MCP).
Overview

Jira MCP Server is a bridge between Jira and AI assistants that supports stdio and SSE to enable seamless, real-time interaction with Jira through the Model Context Protocol (MCP).

Server Config

{
  "mcpServers": {
    "mcp-kotlin-jira-server": {
      "url": "http://127.0.0.1:3001/sse"
    },
    "mcp-kotlin-jira-stdio": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "JIRA_URL",
        "-e",
        "JIRA_EMAIL",
        "-e",
        "JIRA_PAT",
        "docker.io/library/jira-mcp-server-jira-mcp-server"
      ],
      "env": {
        "JIRA_URL": "TBD",
        "JIRA_EMAIL": "TBD",
        "JIRA_PAT": "TBD"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
NoxFr
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago