Skip to main content
Glama

Claude Agents Power

by hongsw
INSTALL.mdβ€’1.9 kB
# Claude Agents Power μ„€μΉ˜ κ°€μ΄λ“œ ## 1. npm으둜 μ„€μΉ˜ (ꢌμž₯) ```bash npm install -g claude-agents-power ``` ## 2. μ†ŒμŠ€μ—μ„œ λΉŒλ“œ (개발용) ```bash git clone https://github.com/hongsw/claude-agents-power-mcp-server.git cd claude-agents-power npm install npm run build ``` ## 3. MCP μ„œλ²„ μ„€μ • Claude Code μ„€μ • νŒŒμΌμ— λ‹€μŒ λ‚΄μš©μ„ μΆ”κ°€ν•˜μ„Έμš”: ### μ„€μ • 파일 μœ„μΉ˜ `/Users/hongmartin/.config/claude/mcp_servers.json` ### μ„€μ • λ‚΄μš© ```json { "mcpServers": { "claude-agents-power": { "command": "claude-agents-power" } } } ``` ## 4. μ‚¬μš© κ°€λŠ₯ν•œ 도ꡬ듀 - `mcp__claude-agents-power__analyze-project`: ν”„λ‘œμ νŠΈ 뢄석 및 μ—μ΄μ „νŠΈ μΆ”μ²œ - `mcp__claude-agents-power__search-agents`: μ—μ΄μ „νŠΈ 검색 - `mcp__claude-agents-power__list-agents`: λͺ¨λ“  μ—μ΄μ „νŠΈ λͺ©λ‘ - `mcp__claude-agents-power__get-agent-details`: νŠΉμ • μ—μ΄μ „νŠΈ 상세 정보 - `mcp__claude-agents-power__install-agents`: μ—μ΄μ „νŠΈ μ„€μΉ˜ - `mcp__claude-agents-power__recommend-by-keywords`: ν‚€μ›Œλ“œ 기반 μ—μ΄μ „νŠΈ μΆ”μ²œ ## 5. ν…ŒμŠ€νŠΈ MCP μ„œλ²„κ°€ μ •μƒμ μœΌλ‘œ λ™μž‘ν•˜λŠ”μ§€ 확인: ```bash # 도움말 확인 node dist/index.js --help # μ„œλ²„ μ‹€ν–‰ (stdio λͺ¨λ“œ) node dist/index.js --transport stdio ``` ## 6. Context7 νŒ¨ν„΄ 적용 μ™„λ£Œ - βœ… CLI 인자 처리 (`commander` μ‚¬μš©) - βœ… λͺ¨λ“ˆν™”λœ μ„œλ²„ ꡬ쑰 - βœ… μΌκ΄€λœ μ—λŸ¬ 처리 - βœ… JSON 응닡 ν˜•μ‹ 톡일 - βœ… μ‹€ν–‰ κΆŒν•œ μžλ™ μ„€μ • ## 7. 문제 ν•΄κ²° ### Node.js 경둜 확인 ```bash which node # κ²°κ³Όλ₯Ό mcp_servers.json의 command ν•„λ“œμ— μž…λ ₯ ``` ### λΉŒλ“œ 파일 확인 ```bash ls -la dist/ # index.js 파일이 μ‹€ν–‰ κΆŒν•œ(x)을 κ°€μ§€κ³  μžˆλŠ”μ§€ 확인 ``` ### μ„œλ²„ μ—°κ²° ν…ŒμŠ€νŠΈ Claude Codeλ₯Ό μž¬μ‹œμž‘ν•œ ν›„ MCP 도ꡬ듀이 `mcp__claude-agents-power__` μ ‘λ‘μ‚¬λ‘œ λ‚˜νƒ€λ‚˜λŠ”μ§€ ν™•μΈν•˜μ„Έμš”.

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