← Back to Plugins
MCP Server MCP

io.github.its-qusai-nasr/jira-admin-mcp

github By github 👁 1 views ▲ 0 votes

78 tools to administer Jira Cloud: issues, fields, workflows, permissions, projects, bulk ops.

Homepage Verified source GitHub

Install

uvx jira-admin-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "jira-admin-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Jira Cloud base URL, e.g. https://your-company.atlassian.net",
          "isRequired": true,
          "name": "JIRA_BASE_URL"
        },
        {
          "description": "Atlassian account email that owns the API token",
          "isRequired": true,
          "name": "JIRA_EMAIL"
        },
        {
          "description": "Atlassian API token (id.atlassian.com/manage-profile/security/api-tokens)",
          "isRequired": true,
          "isSecret": true,
          "name": "JIRA_API_TOKEN"
        },
        {
          "description": "When true, simulate all write operations instead of executing them",
          "default": "false",
          "name": "JIRA_DRY_RUN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...