
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@ecubelabs/atlassian-mcp
Advanced tools
프로젝트 루트에 .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}"
}
}
}
}
아래와 같이 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
Unknown package
The npm package @ecubelabs/atlassian-mcp receives a total of 95 weekly downloads. As such, @ecubelabs/atlassian-mcp popularity was classified as not popular.
We found that @ecubelabs/atlassian-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.