MCPHubs - 展示 MCP 相关项目

MCPHubs - 展示 MCP 相关项目

MCPHubs 是一个展示与 Anthropic 的 Model Context Protocol (MCP) 相关项目的网站。

快速入门指南

  1. 克隆仓库

    git clone https://github.com/GiantClam/mcphubs.git
    cd mcphubs
    
  2. 安装依赖

    npm install
    
  3. 配置环境变量 创建 .env.local 文件并添加以下内容:

    GITHUB_TOKEN=your_github_token_here
    GOOGLE_CLOUD_PROJECT=your-project-id
    GOOGLE_CLOUD_LOCATION=us-central1
    GOOGLE_APPLICATION_CREDENTIALS=./google-credentials.json
    VERTEX_LOCATION=us-central1
    
  4. 启动开发服务器

    ./start-dev.sh
    
  5. 在浏览器中访问 http://localhost:3001