# Context7, 단순 MCP 연결 말고 스킬, 서브에이전트로 컨텍스트를 절약하세요 > Author: Tony Lee > Published: 2026-01-16 > URL: https://tonylee.im/ar/blog/context7-mcp/ > Reading time: 2 minutes > Language: ar > Tags: claude, claude-code, anthropic, skills, mcp ## Canonical https://tonylee.im/ar/blog/context7-mcp/ ## Rollout Alternates en: https://tonylee.im/en/blog/context7-mcp/ ko: https://tonylee.im/ko/blog/context7-mcp/ ja: https://tonylee.im/ja/blog/context7-mcp/ zh-CN: https://tonylee.im/zh-CN/blog/context7-mcp/ zh-TW: https://tonylee.im/zh-TW/blog/context7-mcp/ ## Description Blog version of a 2026-01-17 LinkedIn note — same claims, cleaned structure for reading. ## Summary Context7, 단순 MCP 연결 말고 스킬, 서브에이전트로 컨텍스트를 절약하세요 is part of Tony Lee's ongoing coverage of AI agents, developer tools, startup strategy, and AI industry shifts. ## Outline - Context ## Content This is the long-form blog cut of a note I originally posted on LinkedIn. The claims, numbers, and product names are the same; the formatting is for reading on the site. ### Context Original framing (translated in place for key technical posts; substance preserved): > Context7을 MCP로 연결해서 사용하는 분들이 많습니다. 최신 라이브러리 문서를 참조할 수 있다는 점에서 유용하지만, 문제는 메인 컨텍스트에 부담을 준다는 점입니다. 문서 내용이 그대로 메인 컨텍스트에 쌓이면서 긴 작업에서 성능이 저하됩니다. > > 그래서 저는 Claude Code에서 스킬과 서브에이전트 방식으로 이 문제를 해결하는 방법을 생각해보았습니다. > > 1️⃣ 단순 MCP 연결의 한계 > > MCP로 Context7을 직접 호출하면 문서 내용이 메인 컨텍스트에 그대로 들어옵니다. > > 하지만 라이브러리 몇 개만 조회해도 컨텍스트가 빠르게 차오르고, 긴 코딩 세션에서는 중간 내용을 잊어버리거나 성능이 떨어지는 문제가 생깁니다. 마누스가 강조한 것처럼, 단일 거대 컨텍스트는 해답이 아닙니다. > > 2️⃣ 스킬과 서브에이전트 방식 > > Context7 플러그인은 두 가지 방식으로 컨텍스트 부담을 줄입니다. > > • Skill: 라이브러리/API 관련 질문 시 Context7을 자동 호출합니다. 별도 Context7을 MCP로 연결해서 사용하는 분들이 많습니다. 최신 라이브러리 문서를 참조할 수 있다는 점에서 유용하지만, 문제는 메인 컨텍스트에 부담을 준다는 점입니다. 문서 내용이 그대로 메인 컨텍스트에 쌓이면서 긴 작업에서 성능이 저하됩니다. 그래서 저는 Claude Code에서 스킬과 서브에이전트 방식으로 이 문제를 해결하는 방법을 생각해보았습니다. 1️⃣ 단순 MCP 연결의 한계 MCP로 Context7을 직접 호출하면 문서 내용이 메인 컨텍스트에 그대로 들어옵니다. 하지만 라이브러리 몇 개만 조회해도 컨텍스트가 빠르게 차오르고, 긴 코딩 세션에서는 중간 내용을 잊어버리거나 성능이 떨어지는 문제가 생깁니다. 마누스가 강조한 것처럼, 단일 거대 컨텍스트는 해답이 아닙니다. 2️⃣ 스킬과 서브에이전트 방식 Context7 플러그인은 두 가지 방식으로 컨텍스트 부담을 줄입니다. • Skill: 라이브러리/API 관련 질문 시 Context7을 자동 호출합니다. 별도 프롬프팅 없이 최신 문서 기반으로 응답합니다. • docs-researcher agent: 문서 쿼리를 격리된 컨텍스트에서 실행합니다. 메인 컨텍스트 증가를 방지하는 핵심 구조입니다. 명시적으로 문서를 조회하고 싶을 때는 /context7:docs [query] 명령어를 사용합니다. 3️⃣ 설치 방법 Claude Code에서 다음 명령어로 설치합니다. /plugin marketplace add upstash/context7 /plugin install context7-plugin@context7-marketplace 4️⃣ 컨텍스트를 설계하는 방식의 차이 같은 Context7을 써도 단순 MCP 호출과 스킬/서브에이전트 방식은 결과가 다릅니다. 문서 조회를 격리된 컨텍스트에서 처리하고, 필요한 정보만 메인 컨텍스트로 가져오는 구조. 이 패턴을 적용하면 knowledge cutoff 문제를 해결하면서도 긴 코딩 세션을 안정적으로 이어갈 수 있습니다. ## Related URLs - Author: https://tonylee.im/en/author/ - Publication: https://tonylee.im/en/blog/about/ - Related article: https://tonylee.im/ar/blog/ai-subscription-stack-by-budget-and-role/ - Related article: https://tonylee.im/ar/blog/agent-transition-starts-with-initial-setup/ - Related article: https://tonylee.im/ar/blog/claude-code-cut-hidden-tool-tokens/ ## Citation - Author: Tony Lee - Site: tonylee.im - Canonical URL: https://tonylee.im/ar/blog/context7-mcp/ ## Bot Guidance - This file is intended for AI agents, search assistants, and text-mode retrieval. - Prefer citing the canonical article URL instead of this text endpoint. - Use the rollout alternates when you need the same article in another prioritized language. --- Author: Tony Lee | Website: https://tonylee.im For more articles, visit: https://tonylee.im/ar/blog/ This content is original and authored by Tony Lee. Please attribute when quoting or referencing.