MCP.so
ログイン

Atlassian Data Center MCP

@b1ff

Atlassian Data Center MCP について

MCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version

基本情報

カテゴリ

バージョン管理

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

b1ff

設定

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

{
  "mcpServers": {
    "atlassian-dc-mcp": {
      "command": "npx",
      "args": [
        "@atlassian-dc-mcp/jira",
        "setup"
      ]
    }
  }
}

ツール

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

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

概要

What is Atlassian Data Center MCP?

Atlassian Data Center MCP is a community-maintained Model Context Protocol integration for Atlassian Data Center products—Jira, Confluence, and Bitbucket. It allows AI assistants to interact with self-hosted Atlassian instances via MCP servers.

How to use Atlassian Data Center MCP?

Run the interactive setup subcommand for each product (e.g., npx @atlassian-dc-mcp/jira setup) to store credentials securely. Once configured, add the servers to your MCP host (Claude Desktop, Claude Code) using npx commands and environment variables like JIRA_HOST and JIRA_API_TOKEN. You can also use a shared external config file with ATLASSIAN_DC_MCP_CONFIG_FILE.

Key features of Atlassian Data Center MCP

  • Interactive setup CLI for each product with credential validation.
  • Non-interactive mode for scripted or CI bootstrap.
  • Secure token storage: macOS Keychain, Linux home file, Windows user profile.
  • Multi-source configuration with clear precedence (env, shared file, home file, keychain).
  • Supports both *_HOST and *_API_BASE_PATH environment variables.
  • Configurable request timeout via ATLASSIAN_DC_MCP_REQUEST_TIMEOUT_MS.

Use cases of Atlassian Data Center MCP

  • Enable an AI assistant to query or manage Jira issues in a self-hosted Data Center instance.
  • Let AI search Confluence pages and spaces from an on‑premises Confluence Data Center.
  • Integrate Bitbucket repositories and pull requests into AI‑powered workflows.
  • Share a single set of Atlassian credentials across multiple MCP hosts and tools.

FAQ from Atlassian Data Center MCP

How does it authenticate to Atlassian Data Center?

It uses Personal Access Tokens (PAT) generated in each Data Center product. The token is stored securely during the setup process or passed via environment variables.

What are the configuration sources and precedence?

The server checks, in order: process.env (highest), a shared config file (ATLASSIAN_DC_MCP_CONFIG_FILE), the home file (~/.atlassian-dc-mcp/<product>.env), and the macOS Keychain (token only). The first non‑empty value wins.

Can I use a single config file for multiple products?

Yes. Set ATLASSIAN_DC_MCP_CONFIG_FILE to the absolute path of a dotenv file containing JIRA_*, CONFLUENCE_*, and BITBUCKET_* variables. Each server will read from it.

What is the difference between *_HOST and *_API_BASE_PATH?

*_HOST expects only domain and port (protocol assumed HTTPS). *_API_BASE_PATH accepts the full API base URL including protocol (e.g., https://your-instance.atlassian.net/rest). The /api/latest/ path is added automatically.

What happens if a credential validation fails during non‑interactive setup?

Non‑interactive mode exits with code 1 on the first validation failure, making it suitable as a CI gate. Interactive mode offers retry or save‑anyway prompts.

コメント

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