docs: Claude Code Atlassian MCP를 OAuth 방식으로 수정 (깨진 npx 패키지 대체)#5
Open
kakyungkim wants to merge 1 commit into
Open
docs: Claude Code Atlassian MCP를 OAuth 방식으로 수정 (깨진 npx 패키지 대체)#5kakyungkim wants to merge 1 commit into
kakyungkim wants to merge 1 commit into
Conversation
존재하지 않는 npm 패키지(@atlassian/mcp-atlassian, 404)를 쓰던 Step 2A를 공식 remote MCP 서버(OAuth)로 교체. 그대로 따라하면 MCP가 Failed to connect 상태가 되던 문제 해결. Codex(Step 2B)와 동일한 공식 서버 사용. - claude mcp add --transport sse atlassian https://mcp.atlassian.com/v1/sse -s user - /mcp 에서 브라우저 OAuth 인증 - MCP용 API token 불필요 (Step 1 token은 OpenClaw/curl 호출용으로 유지) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
문제
guide/start-project.md§7 Step 2A가 Claude Code MCP 설정에npx -y @atlassian/mcp-atlassian를 쓰라고 안내했으나, 이 npm 패키지는 존재하지 않습니다(404). 그대로 따라 하면atlassianMCP 서버가✗ Failed to connect상태가 됩니다. 팀원 전체가 동일하게 막히는 부분.수정
Step 2A를 Atlassian 공식 remote MCP 서버(OAuth) 방식으로 교체 — 이미 OAuth로 고쳐져 있던 Codex용 Step 2B와 동일한 서버 사용:
claude mcp add --transport sse atlassian https://mcp.atlassian.com/v1/sse -s user/mcp에서 브라우저 OAuth 인증검증
로컬에서 위 방식으로 등록 후
claude mcp get atlassian→Status: ! Needs authentication(정상 등록), 깨진 npx 등록은 제거 완료.🤖 Generated with Claude Code