- Notifications
You must be signed in to change notification settings - Fork72
directory for Awesome MCP Servers
License
NotificationsYou must be signed in to change notification settings
chatmcp/mcp-directory
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
a directory for Awesome MCP Servers.
live preview:https://mcp.so
- clone the repo
git clone https://github.com/chatmcp/mcp-directory.gitcd mcp-directory
- install dependencies
pnpm install
- prepare database
create a database withSupabase
run the sql file indata/install.sql
- set env variables
put a .env file in the root directory
with env variables:
SUPABASE_URL=""SUPABASE_ANON_KEY=""NEXT_PUBLIC_WEB_URL="http://localhost:3000"
- run the dev server
pnpm dev
- preview the site
openhttp://localhost:3000 in your browser