Back to MCP directory
publicPublicdnsLocal runtime

xiaoxu

一个为Awesome MCP服务器提供的目录服务,支持快速部署和社区交流。

article

README

🚀 MCP 目录

MCP 目录是专为 Awesome MCP 服务器打造的一个目录,为用户提供便捷的服务。你可以点击下方链接进行实时预览。

实时预览:https://mcp.so

preview

🚀 快速开始

1. 克隆仓库

将项目仓库克隆到本地,并进入项目目录。

git clone https://github.com/chatmcp/mcp-directory.git
cd mcp-directory

2. 安装依赖项

使用 pnpm 安装项目所需的依赖项。

pnpm install

3. 准备数据库

使用 Supabase 创建一个数据库,并运行 data/install.sql 中的 SQL 文件来初始化数据库。

4. 设置环境变量

在项目根目录下创建一个 .env 文件,并包含以下环境变量:

SUPABASE_URL=""
SUPABASE_ANON_KEY=""

NEXT_PUBLIC_WEB_URL="http://localhost:3000"

5. 运行开发服务器

启动开发服务器,开始项目的开发。

pnpm dev

6. 预览网站

在浏览器中打开 http://localhost:3000 即可预览网站。

👥 社区

你可以通过以下渠道加入 MCP 社区,与其他用户交流:

🧑‍💻 关于作者

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client