← 返回 Skills 市场
atakanermis

Atlassian MCP (Jira, Confluence)

作者 AtakanErmis · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
4893
总下载
10
收藏
23
当前安装
1
版本数
在 OpenClaw 中安装
/install atlassian-mcp
功能描述
Run the Model Context Protocol (MCP) Atlassian server in Docker, enabling integration with Jira, Confluence, and other Atlassian products. Use when you need to query Jira issues, search Confluence, or interact with Atlassian services programmatically. Requires Docker and valid Jira API credentials.
安全使用建议
Install only if you trust the upstream Docker image and are comfortable exposing selected Jira or Confluence data to an agent. Prefer a dedicated least-privilege Atlassian account or token, pin the Docker image to a reviewed version or digest, avoid putting tokens directly in shell history, and require explicit approval before any Jira create, update, delete, or project-management action.
功能分析
Type: OpenClaw Skill Name: atlassian-mcp Version: 1.0.0 The skill bundle is designed to run a Docker container for Atlassian integration, requiring Jira API credentials. The `SKILL.md` and `scripts/run_mcp_atlassian.sh` clearly define this purpose. The script passes sensitive `JIRA_API_TOKEN` as an environment variable to the Docker container but avoids echoing it to stdout, and uses `docker run --rm` to prevent persistence. There is no evidence of prompt injection, data exfiltration from the host system, or other malicious activities within the analyzed files. The behavior is consistent with its stated purpose.
能力评估
Purpose & Capability
The stated Atlassian MCP purpose matches the artifacts, but the skill describes querying, creating tasks, and managing Jira directly from an agent, which can affect business data and is not limited to read-only or project-scoped use.
Instruction Scope
The instructions explain how to run the MCP server, but they do not set action boundaries, require user confirmation for create/update/manage operations, or discuss rollback or least-privilege usage.
Install Mechanism
The setup pulls and runs ghcr.io/sooperset/mcp-atlassian:latest, an unpinned third-party Docker image whose implementation is not included in the skill while receiving the user's Jira API token.
Credentials
Docker and Jira credentials are expected for this integration, and the script does not echo the API token, but the docs normalize passing the token through environment variables without secret-handling warnings.
Persistence & Privilege
The Docker command uses --rm and shows no host volume mounts, reducing local persistence risk; the main privilege risk is delegated Atlassian account authority through the token.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install atlassian-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /atlassian-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the MCP Atlassian skill. - Provides a Dockerized server to access Jira, Confluence, and other Atlassian services through the Model Context Protocol. - Allows querying Jira issues, searching Confluence pages, and interacting programmatically with Atlassian tools. - Supports integration as an MCP source in Clawdbot. - Requires Docker and valid Jira API credentials. - Includes a quick-start guide and a bundled script for easier setup.
元数据
Slug atlassian-mcp
版本 1.0.0
许可证
累计安装 184
当前安装数 23
历史版本数 1
常见问题

Atlassian MCP (Jira, Confluence) 是什么?

Run the Model Context Protocol (MCP) Atlassian server in Docker, enabling integration with Jira, Confluence, and other Atlassian products. Use when you need to query Jira issues, search Confluence, or interact with Atlassian services programmatically. Requires Docker and valid Jira API credentials. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4893 次。

如何安装 Atlassian MCP (Jira, Confluence)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install atlassian-mcp」即可一键安装,无需额外配置。

Atlassian MCP (Jira, Confluence) 是免费的吗?

是的,Atlassian MCP (Jira, Confluence) 完全免费(开源免费),可自由下载、安装和使用。

Atlassian MCP (Jira, Confluence) 支持哪些平台?

Atlassian MCP (Jira, Confluence) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Atlassian MCP (Jira, Confluence)?

由 AtakanErmis(@atakanermis)开发并维护,当前版本 v1.0.0。

💬 留言讨论