Serversio.github.b1ff/atlassian-dc-mcp-jira
J

io.github.b1ff/atlassian-dc-mcp-jira

io.github.b1ff/atlassian-dc-mcp-jira · v0.19.0
▦ npm
v0.19.0npm npm: @atlassian-dc-mcp/jira↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.b1ff/atlassian-dc-mcp-jira",
  "description": "MCP server for Atlassian Jira Data Center - search, view, and create issues",
  "repository": {
    "url": "https://github.com/b1ff/atlassian-dc-mcp",
    "source": "github"
  },
  "version": "0.19.0",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@atlassian-dc-mcp/jira",
      "version": "0.19.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.",
          "format": "string",
          "name": "ATLASSIAN_DC_MCP_CONFIG_FILE"
        },
        {
          "description": "Jira host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or JIRA_API_BASE_PATH.",
          "format": "string",
          "name": "JIRA_HOST"
        },
        {
          "description": "Jira API base path (alternative to JIRA_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or JIRA_HOST.",
          "format": "string",
          "name": "JIRA_API_BASE_PATH"
        },
        {
          "description": "Jira Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.",
          "format": "string",
          "isSecret": true,
          "name": "JIRA_API_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}