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.

评论

版本控制 分类下的更多 MCP 服务器