Jira MCP Server
@tbreeding
Jira MCP Server について
Jira MCP Server
基本情報
設定
以下の設定を使って、このサーバーを 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.
「バージョン管理」の他のコンテンツ

GitLab
modelcontextprotocolModel Context Protocol Servers
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
コメント