AgentHubAgentHub

Context7

MCP ServerMCP Hub 中国

io.mcp-cn.upstash/context7-mcp · vlatest

基于Upstash的向量搜索和上下文管理MCP服务

概览

Context7 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

向量搜索上下文管理AI辅助数据库

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "context7-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.upstash/context7-mcp",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "Context7",
  "description": "基于Upstash的向量搜索和上下文管理MCP服务",
  "author": {
    "name": "abdush"
  },
  "iconUrl": "https://cline.bot/_next/image?url=https%3A%2F%2Fstorage.googleapis.com%2Fcline_public_images%2Fupstash.jpg&w=2048&q=75",
  "homepage": "https://mcp-cn.com/server/67",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@upstash/context7-mcp",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:562024",
    "向量搜索",
    "上下文管理",
    "AI辅助",
    "数据库"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "@upstash/context7-mcp",
    "originalUrl": "https://mcp-cn.com/server/67",
    "isOfficial": false,
    "status": "active"
  }
}
Context7 — MCP Server 安装与配置 · AgentHub