setup-context7-mcp

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
User Input:
text
$ARGUMENTS
用户输入:
text
$ARGUMENTS

Guide for setup Context7 MCP server

Context7 MCP服务器搭建指南

1. Determine setup context

1. 确定搭建上下文

Ask the user where they want to store the configuration:
Options:
  1. Project level (shared via git) - Configuration tracked in version control, shared with team
    • CLAUDE.md updates go to:
      ./CLAUDE.md
  2. Project level (personal preferences) - Configuration stays local, not tracked in git
    • CLAUDE.md updates go to:
      ./CLAUDE.local.md
    • Verify these files are listed in
      .gitignore
      , add them if not
  3. User level (global) - Configuration applies to all projects for this user
    • CLAUDE.md updates go to:
      ~/.claude/CLAUDE.md
Store the user's choice and use the appropriate paths in subsequent steps.
询问用户希望将配置存储在何处:
选项:
  1. 项目级(通过Git共享) - 配置纳入版本控制,与团队共享
    • CLAUDE.md更新路径:
      ./CLAUDE.md
  2. 项目级(个人偏好) - 配置仅保存在本地,不纳入Git跟踪
    • CLAUDE.md更新路径:
      ./CLAUDE.local.md
    • 确认这些文件已添加到
      .gitignore
      中,若未添加则补充
  3. 用户级(全局) - 配置适用于该用户的所有项目
    • CLAUDE.md更新路径:
      ~/.claude/CLAUDE.md
记录用户的选择,并在后续步骤中使用对应的路径。

2. Check if Context7 MCP server is already setup

2. 检查Context7 MCP服务器是否已搭建

Check whether you have access to Context7 MCP server by making request.
if no, load https://raw.githubusercontent.com/upstash/context7/refs/heads/master/README.md file and guide user through setup process that applicable to agent/operation system.
通过发送请求检查是否可访问Context7 MCP服务器。
若不可访问,加载https://raw.githubusercontent.com/upstash/context7/refs/heads/master/README.md文件,并指导用户完成适用于Agent/操作系统的搭建流程。

3. Update CLAUDE.md file

3. 更新CLAUDE.md文件

Use the path determined in step 1:
  • Parse user input, if it empty read current project structure and used technologies, if project empty ask user to provide list of languages and frameworks that planned to be used in this project.
  • Search through context7 MCP for relevant technologies documentation
  • Update the appropriate CLAUDE.md file with following content:
markdown
undefined
使用步骤1中确定的路径:
  • 解析用户输入,若输入为空则读取当前项目结构及所用技术;若项目为空,则询问用户提供该项目计划使用的语言和框架列表。
  • 在Context7 MCP中搜索相关技术文档
  • 向对应的CLAUDE.md文件中添加以下内容:
markdown
undefined

Use Context7 MCP for Loading Documentation

使用Context7 MCP加载文档

Context7 MCP is available to fetch up-to-date documentation with code examples.
Recommended library IDs:
  • [doc-id]
    - short description of documentation
undefined
Context7 MCP可用于获取带代码示例的最新文档。
推荐库ID
  • [doc-id]
    - 文档简短描述
undefined