Skip to main content
Glama

Claude Agents Power

by hongsw
INSTALLATION.mdβ€’2.31 kB
# Pair Role MCP Server μ„€μΉ˜ κ°€μ΄λ“œ ## λΉ λ₯Έ μ„€μΉ˜ ν˜„μž¬ ν”„λ‘œμ νŠΈ λ””λ ‰ν† λ¦¬μ—μ„œ λ‹€μŒ λͺ…령을 μ‹€ν–‰ν•˜μ„Έμš”: ```bash # 1. ν”„λ‘œμ νŠΈ λ””λ ‰ν† λ¦¬λ‘œ 이동 cd /Users/hongmartin/Claude/claude-agents-power # 2. MCP μ„œλ²„ λ””λ ‰ν† λ¦¬λ‘œ 이동 cd claude-agents-power-mcp-server # 3. μ˜μ‘΄μ„± μ„€μΉ˜ (이미 μ™„λ£Œλ¨) npm install # 4. λΉŒλ“œ (이미 μ™„λ£Œλ¨) npm run build # 5. Claude Desktop μ„€μ • 파일 볡사 cp ../claude_desktop_config.json ~/Library/Application\ Support/Claude/ # 6. Claude Desktop μž¬μ‹œμž‘ # Claude Desktop 앱을 μ™„μ „νžˆ μ’…λ£Œν–ˆλ‹€κ°€ λ‹€μ‹œ μ‹œμž‘ν•˜μ„Έμš” ``` ## μ„€μΉ˜ 확인 Claude Desktop을 μž¬μ‹œμž‘ν•œ ν›„, μƒˆλ‘œμš΄ λŒ€ν™”μ—μ„œ λ‹€μŒκ³Ό 같이 ν…ŒμŠ€νŠΈν•΄λ³΄μ„Έμš”: ``` MCP μ„œλ²„κ°€ μ—°κ²°λ˜μ—ˆλŠ”μ§€ ν™•μΈν•΄μ€˜ ``` ## μ‚¬μš© μ˜ˆμ‹œ ### ν˜„μž¬ ν”„λ‘œμ νŠΈ 뢄석 ``` ν˜„μž¬ claude-agents-power ν”„λ‘œμ νŠΈλ₯Ό λΆ„μ„ν•΄μ€˜: mcp: analyze-project { "projectPath": "/Users/hongmartin/Claude/claude-agents-power" } ``` ### μ—μ΄μ „νŠΈ λͺ©λ‘ 확인 ``` μ‚¬μš© κ°€λŠ₯ν•œ λͺ¨λ“  μ—μ΄μ „νŠΈλ₯Ό λ³΄μ—¬μ€˜: mcp: list-agents { "language": "kr" } ``` ### μ—μ΄μ „νŠΈ μ„€μΉ˜ ``` 이 ν”„λ‘œμ νŠΈμ— ν•„μš”ν•œ μ—μ΄μ „νŠΈλ“€μ„ μ„€μΉ˜ν•΄μ€˜: mcp: install-agents { "agentNames": ["backend-engineer", "devops-engineer"], "targetPath": "/Users/hongmartin/Claude/claude-agents-power", "language": "kr" } ``` ## 문제 ν•΄κ²° ### MCP μ„œλ²„κ°€ μ—°κ²°λ˜μ§€ μ•ŠλŠ” 경우 1. Claude Desktop이 μ™„μ „νžˆ μ’…λ£Œλ˜μ—ˆλŠ”μ§€ 확인 (Activity Monitorμ—μ„œ 확인) 2. μ„€μ • 파일 경둜 확인: ```bash ls -la ~/Library/Application\ Support/Claude/claude_desktop_config.json ``` 3. μ„€μ • 파일 λ‚΄μš© 확인: ```bash cat ~/Library/Application\ Support/Claude/claude_desktop_config.json ``` ### μ—μ΄μ „νŠΈλ₯Ό 찾을 수 μ—†λŠ” 경우 1. μ—μ΄μ „νŠΈ νŒŒμΌλ“€μ΄ μ˜¬λ°”λ₯Έ μœ„μΉ˜μ— μžˆλŠ”μ§€ 확인: ```bash ls -la /Users/hongmartin/Claude/claude-agents-power/sub-agents/ ``` 2. ν•œκ΅­μ–΄ μ—μ΄μ „νŠΈ 확인: ```bash ls -la /Users/hongmartin/Claude/claude-agents-power/sub-agents/kr/ ``` ### κΆŒν•œ λ¬Έμ œκ°€ λ°œμƒν•˜λŠ” 경우 start.sh νŒŒμΌμ— μ‹€ν–‰ κΆŒν•œμ΄ μžˆλŠ”μ§€ 확인: ```bash chmod +x /Users/hongmartin/Claude/claude-agents-power/claude-agents-power-mcp-server/start.sh ```

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hongsw/claude-agents-power-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server