Development · MODEL CONTEXT PROTOCOL
kompallik ATLASSIAN MCP
MCP to integrate with JIRA & CONFLUENCE
WHAT IT CONNECTS
kompallik ATLASSIAN MCP 为 AI Agent 提供什么
- Get JIRA ticket details
- Search for JIRA tickets using JQL
- Create new JIRA tickets
- Add comments to JIRA tickets
- Get Confluence page content
- Search for content in Confluence
- Node.js 16 or higher
- An Atlassian Cloud account
- An Atlassian API token
- Open Cline
- Go to Settings > MCP Servers
- Select the "Marketplace" tab
- Search for "Atlassian"
- Click "Install"
- Configure your Atlassian credentials when prompted
- Clone the repository
- Run the install script:
- Install dependencies
- Build the project
- Install globally
- Run the setup
- Create a `config.json` file in the `config` directory (you can copy from `config.sample.json`)
- Fill in your Atlassian details:
- `ATLASSIAN_BASE_URL`: Your Atlassian instance URL (e.g., `https://your-instance.atlassian.net`)
- `ATLASSIAN_EMAIL`: Your Atlassian account email
- `ATLASSIAN_TOKEN`: Your Atlassian API token
- `ATLASSIAN_CONFIG_PATH`: (Optional) Path to a custom config file location
- Log in to your Atlassian account at https://id.atlassian.com/manage-profile/security/api-tokens
- Click "Create API token"
- Give your token a name (e.g., "MCP Server")
- Copy the generated token (you won't be able to see it again)
- Open Cline
- Go to Settings > MCP Servers
- Select the "Marketplace" tab
- Search for "Atlassian"
- Click "Install"
- Configure your Atlassian credentials when prompted
- `ticket_key`: JIRA ticket key (e.g., "PROJ-123")
- `jql`: JQL query string
- `max_results`: Maximum number of results to return (default: 10)
- `project_key`: Project key (e.g., "PROJ")
- `summary`: Ticket summary/title
- `description`: Ticket description
- `issue_type`: Issue type (e.g., "Bug", "Task", "Story") (default: "Task")
- `ticket_key`: JIRA ticket key (e.g., "PROJ-123")
- `comment`: Comment text
- `page_id`: Confluence page ID
- `query`: Search query
- `limit`: Maximum number of results (default: 10)
- Push your changes to the GitHub repository using the provided script:
- Add an `icon.png` file in the `assets` directory if not already present
- Run the publish script:
- Follow the prompts to publish to npm and/or create a distribution package
- Submit your repository URL to the Cline MCP Marketplace team
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。