MCP.so
ログイン

Jira V7.10.0 Mcp

@zhouqia

Jira V7.10.0 Mcp について

link Jira v7.10.0

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "jira": {
      "type": "stdio",
      "command": "python3.13",
      "args": [
        "-m",
        "jira_mcp"
      ],
      "env": {
        "JIRA_BASE_URL": "https://jira.company.net",
        "JIRA_USERNAME": "JIRA_USERNAME",
        "JIRA_PASSWORD": "JIRA_PASSWORD"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Jira V7.10.0 Mcp?

Jira V7.10.0 Mcp is an MCP server that integrates with Jira Server v7.10.0 via its REST API v2, enabling AI assistants like Claude to perform project management and issue tracking operations through natural language commands.

How to use Jira V7.10.0 Mcp?

Clone the repository, set environment variables JIRA_BASE_URL, JIRA_USERNAME, and JIRA_PASSWORD, then register with Claude Code using claude mcp add --scope user jira -e ... -- python -m jira_mcp. For standalone testing, export the variables and run python -m jira_mcp. Communication happens over stdio.

Key features of Jira V7.10.0 Mcp

  • Search issues using JQL queries.
  • Create, update, and transition issues.
  • Add and retrieve comments on issues.
  • List projects, components, and versions.
  • Access metadata: fields, issue types, priorities, statuses, resolutions.
  • Retrieve Jira server version and deployment info.

Use cases of Jira V7.10.0 Mcp

  • Search for issues in a project using natural language.
  • Create new tasks, bugs, or stories with specified fields.
  • Update issue status through workflow transitions.
  • Assign issues and add comments for team collaboration.
  • List project versions and components for release planning.

FAQ from Jira V7.10.0 Mcp

What Jira versions does this server support?

The server is built specifically for Jira Server v7.10.0 and uses REST API v2.

What authentication is required?

It uses HTTP Basic Auth with a Jira username and password.

What transport protocol does it use?

It communicates with MCP clients via stdio (standard input/output).

What are the runtime dependencies?

Python 3.10 or higher, and a Jira Server instance with valid credentials. Dependencies include httpx and the MCP SDK.

How can I test the server independently?

Set the required environment variables and run python -m jira_mcp directly from the project directory.

よくある質問

What Jira versions does this server support?

The server is built specifically for Jira Server v7.10.0 and uses REST API v2.

What authentication is required?

It uses HTTP Basic Auth with a Jira username and password.

What transport protocol does it use?

It communicates with MCP clients via stdio (standard input/output).

What are the runtime dependencies?

Python 3.10 or higher, and a Jira Server instance with valid credentials. Dependencies include httpx and the MCP SDK.

How can I test the server independently?

Set the required environment variables and run `python -m jira_mcp` directly from the project directory.

コメント

「バージョン管理」の他のコンテンツ