Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@ecubelabs/atlassian-mcp

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecubelabs/atlassian-mcp

latest
Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
155
-21.72%
Maintainers
3
Weekly downloads
 
Created
Source

Local Test

1. mcp 설정 생성

프로젝트 루트에 .mcp.local.json 을 생성하고 아래와 같이 내용을 채워넣는다:

{
  "mcpServers": {
    "atlassian-jira": {
      "type": "stdio",
      "command": "node",
      "args": ["./packages/atlassian-mcp/dist/index.js"],
      "env": {
        "JIRA_HOST": "${JIRA_HOST}",
        "JIRA_EMAIL": "${JIRA_EMAIL}",
        "JIRA_API_TOKEN": "${JIRA_API_TOKEN}",
        "JIRA_API_VERSION": "${JIRA_API_VERSION}"
      }
    }
  }
}

2. 실행

아래와 같이 env 를 넣어 실행한다:

JIRA_HOST=https://ecubelabs.atlassian.net JIRA_EMAIL=your-name@ecubelabs.com JIRA_API_TOKEN=ATATT3xFfGF0...=ADBC6D77 JIRA_API_VERSION=3 claude

API Token은 https://id.atlassian.com/manage-profile/security/api-tokens 에서 개인별로 발급이 가능하다.

FAQs

Package last updated on 16 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts