MCP.so
登录

Jira MCP Server

@tbreeding

关于 Jira MCP Server

Jira MCP Server

基本信息

分类

版本控制

许可证

MIT

运行时

node

传输方式

stdio

发布者

tbreeding

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "jira-mcp-tbreeding": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "-e",
        "JIRA_BASE_URL=https://your-domain.atlassian.net",
        "-e",
        "[email protected]",
        "-e",
        "JIRA_API_TOKEN=your-api-token",
        "-e",
        "DEBUG=true",
        "node",
        "build/index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Jira MCP Server?

A collection of tools designed for interacting with Jira via the Model Context Protocol (MCP), providing core Jira functionalities and a unified, guided Issue Creation and Update Wizard.

How to use Jira MCP Server?

Install by adding the server configuration to your MCP client, using the npx command with required arguments: --jira-base-url, --jira-username, and --jira-api-token. Optionally set the DEBUG and LOG_FILE_PATH environment variables. Once configured, the tools are available via the MCP protocol.

Key features of Jira MCP Server

  • Core Jira tools: get, analyze, search, and API access.
  • Step‑by‑step guided Issue Creation Wizard.
  • Unified Issue Update Wizard for existing and new issues.
  • State management for creation and update workflows.
  • JQL query support for issue retrieval.
  • Comprehensive issue analysis capability.

Use cases of Jira MCP Server

  • Retrieve and analyze a specific Jira issue by its key.
  • Search for issues using JQL queries.
  • Create new Jira issues through a guided wizard.
  • Update any Jira issue using a consistent workflow.
  • Fetch data from arbitrary Jira REST API endpoints.

FAQ from Jira MCP Server

What credentials are required to use Jira MCP Server?

You need a Jira base URL (e.g., https://example.atlassian.net), a Jira username (email), and a Jira API token.

How do I run the server locally with environment variables?

Place DEBUG and LOG_FILE_PATH in a .env file. Logging to a file is optional; set LOG_FILE_PATH to empty to disable file logging.

How can I test the server during development?

Run npm test to execute the Jest test suite, or npm run check-codebase to run type checking, linting, and tests together.

How do I use the MCP Inspector for development?

Launch the inspector with the required environment variables using the -e flag, e.g., npx @modelcontextprotocol/inspector -e JIRA_BASE_URL=... -e JIRA_USERNAME=... -e JIRA_API_TOKEN=... node build/index.js.

What transport protocol does this server use?

The server uses the Model Context Protocol (MCP) for communication with clients.

评论

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